Anybody ever seen a situation where a Roslyn analyzer will report via the compiler but nothing shows up inside Visual Studio? All the other analyzers are working as expected but this one new one just doesn't seem to report in VS.

#DotNet #Roslyn #Analyzer #VisualStudio

Probably unrelated, but does anybody know why the 4.x releases of Microsoft.CodeAnalysis.Analyzers have been unlisted from NuGet? https://www.nuget.org/packages/Microsoft.CodeAnalysis.Analyzers/4.14.0

We are still dependent on this for our "build & test with latest" validation.

#DotNet #Roslyn #Analyzers

Microsoft.CodeAnalysis.Analyzers 4.14.0

Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.

@bradwilson The dependencies were wonky because they moved into the roslyn repo. It broke compatibility with many older .NET SDKs including 8.0 and there shouldn’t have been a release. The packages are unlisted so they should continue to restore properly.