Skip to content

Commit de2133c

Browse files
committed
Don't warn for Random.Shared
1 parent d4fca7c commit de2133c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ dotnet_diagnostic.CA1056.severity = none # CA1056: Uri properties should not be
446446
dotnet_diagnostic.CA1812.severity = none # CA1812: Avoid uninstantiated internal classes
447447
dotnet_diagnostic.CA2201.severity = suggestion # CA2201: Do not raise reserved exception types
448448
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.
449450

450451
# SonarAnalyzer.CSharp
451452
# https://rules.sonarsource.com/csharp

0 commit comments

Comments
 (0)