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
I'm using DotNet Analyzers (Microsoft.CodeAnalysis.NetAnalyzers) and StyleCop Roslyn Analyzers (StyleCop.Analyzers).
I want to import issues reported by analyzers into a third party analysis tools. For this, i have to register a complete taxonomy first, containing all my rule configuration. Someting like this:
Is there a way to extract the dotnet diagnostic configuration for my project ? I mean, all the severities computed for rules in my workspace (default values, .editorconfig hierarchy etc...). In fact, i need the same information of the .editorconfig VS2022 editor, but in a machine-readable format (xml, json, ...)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello !
I'm using DotNet Analyzers (
Microsoft.CodeAnalysis.NetAnalyzers
) and StyleCop Roslyn Analyzers (StyleCop.Analyzers
).I want to import issues reported by analyzers into a third party analysis tools. For this, i have to register a complete taxonomy first, containing all my rule configuration. Someting like this:
Is there a way to extract the dotnet diagnostic configuration for my project ? I mean, all the severities computed for rules in my workspace (default values,
.editorconfig
hierarchy etc...). In fact, i need the same information of the.editorconfig
VS2022 editor, but in a machine-readable format (xml, json, ...)Thanks for your help,
Beta Was this translation helpful? Give feedback.
All reactions