Stylecopanalyzers: What's the default action for every rules?

Created on 19 Jul 2019  路  4Comments  路  Source: DotNetAnalyzers/StyleCopAnalyzers

It seems not all rules have action (action=none) by default.
Where can I get this kinda info?

question resolved

All 4 comments

We should probably add this to the status page: https://dotnetanalyzers.github.io/StyleCopAnalyzers/

Thx for replying.
So what does EnabledByDefault mean? Warning?

Yes, all StyleCop Analyzers rules have default severity Warning. The only variation is whether or not they are enabled by default.

The StyleCopAnalyzersDefault.ruleset included with the NuGet package also shows what the default actions are.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

drewnoakes picture drewnoakes  路  3Comments

Hylndr picture Hylndr  路  7Comments

kindermannhubert picture kindermannhubert  路  6Comments

mzhukovs picture mzhukovs  路  4Comments

RehanSaeed picture RehanSaeed  路  6Comments