dotnet / roslyn-analyzers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which version users with `EnableNETAnalyzers` actually use?

MartyIX opened this issue · comments

@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!

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