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
According to the docs at https://github.com/dotnet/roslyn-analyzers, the NetAnalyzers is not needed when we use the .NET5 SDK or later in our projects. As far as my understanding goes, these analyzers will be included just by having .NET5 SDK installed and using that to build with, even if the project we are building has TargetFramework < NET5.