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
dotnet_diagnostic.CA5394.severity = none # Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security.
dotnet_diagnostic.MA0075.severity = none # Do not use implicit culture-sensitive ToString
226
221
227
222
# Enforced rules
223
+
dotnet_diagnostic.RS0030.severity = error # Do not use banned APIs
224
+
dotnet_diagnostic.RS0031.severity = error # The list of banned symbols contains a duplicate
228
225
dotnet_diagnostic.MA0103.severity = error # Use SequenceEqual instead of equality operator
229
226
#dotnet_diagnostic.CA1032.severity = error # Implement standard exception constructors
230
227
#dotnet_diagnostic.CA1810.severity = error # Initialize reference type static fields inline
@@ -319,7 +316,6 @@ dotnet_diagnostic.S2971.severity = error # Drop this useless call to 'ToList' or
319
316
dotnet_diagnostic.S6608.severity = error # Indexing at 0 should be used instead of the "Enumerable" extension method "First"
320
317
dotnet_diagnostic.S4487.severity = error # Remove this unread private field '_config' or refactor the code to use its value.
321
318
dotnet_diagnostic.S1694.severity = error # Convert this 'abstract' class to an interface
322
-
#dotnet_diagnostic.HLQ001.severity = error # 'Dictionary' has a value type enumerator. Assigning it to 'IDictionary' causes boxing of the enumerator.
323
319
dotnet_diagnostic.S3218.severity = error # Rename this method to not shadow the outer class' member with the same name.
324
320
dotnet_diagnostic.CA1033.severity = error # Make 'DatatablesResponse' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'Chronos. SDK. Web. Datatables. AjaxDatatables. Model. IDatatablesResponse. GetDataObjects' and is visible to derived classes
325
321
dotnet_diagnostic.SS038.severity = error # HttpContext was stored in a field. Use IHttpContextAccessor instead
@@ -379,26 +375,8 @@ dotnet_diagnostic.CS1581.severity = error # Invalid return type in XML comment c
379
375
dotnet_diagnostic.CS1580.severity = error # Invalid type for parameter 'parameter number' in XML comment cref attribute
380
376
dotnet_diagnostic.CS8762.severity = error # Parameter must have a non-null value when exiting in some condition.
0 commit comments