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
Predefined rule sets are included with some NuGet analyzer packages...
After you install a NuGet analyzer package, locate the predefined rule set in its rulesets directory, for example %USERPROFILE%\.nuget\packages\microsoft.codequality.analyzers<version>\rulesets. From there, you can drag and drop, or copy and paste, one or more of the rulesets to your Visual Studio project in Solution Explorer.
If you download the fxcopanalyzers package, for example, it has a ton of documented ruleset files in the /ruleset directory that are very helpful for getting started.
Would it be possible to package at least the default .ruleset file along with the NuGet package(s) in the manner above?
The text was updated successfully, but these errors were encountered:
The official documentation for Analyzer rulesets says:
If you download the fxcopanalyzers package, for example, it has a ton of documented ruleset files in the
/ruleset
directory that are very helpful for getting started.Would it be possible to package at least the default .ruleset file along with the NuGet package(s) in the manner above?
The text was updated successfully, but these errors were encountered: