You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a sln with two .NET 8, three .NET Standard 2.0 projects and a single non-SDK-based csproj, targeting .NET Framework 4.8. When updating Roslynator.Analyzers to version 4.10.0 in our Directory.Build.props file across the entire solution, we're now getting this build error for the .NET Framework project.
Actual Behavior:
Getting a build error:
CS8032: An instance of analyzer Roslynator.CSharp.Analysis.UnnecessaryRawStringLiteralAnalyzer cannot be created from E:\PackageCache\NuGet\roslynator.analyzers\4.10.0\analyzers\dotnet\roslyn4.7\cs\Roslynator.CSharp.Analyzers.dll : Could not load type 'Roslynator.CSharp.Analysis.UnnecessaryRawStringLiteralAnalyzer' from assembly 'Roslynator.CSharp.Analyzers, Version=4.10.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e'..
Expected Behavior:
No build error?
The text was updated successfully, but these errors were encountered:
Product and Version Used:
Steps to Reproduce:
We have a sln with two .NET 8, three .NET Standard 2.0 projects and a single non-SDK-based csproj, targeting .NET Framework 4.8. When updating
Roslynator.Analyzers
to version4.10.0
in ourDirectory.Build.props
file across the entire solution, we're now getting this build error for the .NET Framework project.Actual Behavior:
Getting a build error:
Expected Behavior:
No build error?
The text was updated successfully, but these errors were encountered: