dotnet / roslyn-analyzers

MIT License
1.56k stars 462 forks source link

Which version users with `EnableNETAnalyzers` actually use? #7278

Closed MartyIX closed 3 months ago

MartyIX commented 3 months ago

@buyaa-n @mavasani My PR #6976 was merged a while ago but I can still see that in my .NET 8 project, the warnings are still produced.

I use <EnableNETAnalyzers>true</EnableNETAnalyzers> to enable Roslyn analyzers.

How do I determine which version of .NET Analyzers I'm actually using, please?

Thank you!

buyaa-n commented 3 months ago

The fix is not ported to .NET 8 SDK, should be available in .NET 9 preview SDK.