.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
519 B

# We disable some of the rules that don't make sense in our test
[*.cs]
dotnet_diagnostic.CA1060.severity = none
dotnet_diagnostic.CA1063.severity = none
dotnet_diagnostic.CA1065.severity = none
dotnet_diagnostic.CA1401.severity = none
dotnet_diagnostic.CA1821.severity = none
dotnet_diagnostic.CA2002.severity = none
dotnet_diagnostic.CA2101.severity = none
dotnet_diagnostic.CA2241.severity = none
dotnet_diagnostic.CA2263.severity = none # disable because it's choking on our test code in UndocumentedExpressions.cs