How to generate code analysis report in Visual Studio 2019?
Prabs
1
Reputation point
Hello Team,
I have a C# .NET Core 3.1 application which is developed in Visual Studio 2019
I have installed the following package for code analysis purpose.
Microsoft.CodeAnalysis.NetAnalyzers
I have suppressed some of the code analysis rules in my code. Suppressed rules info generated in GlobalSuppression.cs file.
Now i want to generate code analysis report (like in xml report or any other format) in Visual Studio 2019.
Could you please help me, how to generate code analysis output report in Visual Studio 2019?
Regards,
Prabs
Developer technologies | .NET | .NET Runtime
1,270 questions
Developer technologies | Visual Studio | Other
5,451 questions
Developer technologies | C#
11,572 questions
Sign in to answer