We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fca7c commit de2133cCopy full SHA for de2133c
.editorconfig
@@ -446,6 +446,7 @@ dotnet_diagnostic.CA1056.severity = none # CA1056: Uri properties should not be
446
dotnet_diagnostic.CA1812.severity = none # CA1812: Avoid uninstantiated internal classes
447
dotnet_diagnostic.CA2201.severity = suggestion # CA2201: Do not raise reserved exception types
448
dotnet_diagnostic.CA2227.severity = suggestion # CA2227: Collection properties should be read only
449
+dotnet_diagnostic.CA5394.severity = none # CA5394 : Random is an insecure random number generator.
450
451
# SonarAnalyzer.CSharp
452
# https://rules.sonarsource.com/csharp
0 commit comments