Compatibility with .Net Core 6.0 preview 4 #813
-
Hello, I'm getting errors after upgrading my .Net Framework to 6.0 (preview 4): Severity Code Description Project File Line Suppression State System.IndexOutOfRangeException: Index was outside the bounds of the array.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, your report should be posted here: https://github.com/dotnet/roslyn/issues because these exceptions are from Roslyn IDE analyzers not from Roslynator. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Good news, bad news. First the good news, this is indeed fixed in Visual Studio 2019 (preview) 16.11.0 Preview 2.0. Now the bad news, it is broken in Visual Studio 2020 (Community preview) 17.0.0 Preview 1.1 |
Beta Was this translation helpful? Give feedback.
Hi, your report should be posted here: https://github.com/dotnet/roslyn/issues because these exceptions are from Roslyn IDE analyzers not from Roslynator. Thanks.