parent
a329d44e41
commit
6bb60c1b76
|
@ -255,7 +255,7 @@ dotnet_diagnostic.MA0076.severity = silent
|
|||
# A class that provides Equals(T) should implement IEquatable<T>
|
||||
dotnet_diagnostic.MA0077.severity = error
|
||||
# Use 'Cast' instead of 'Select' to cast
|
||||
dotnet_diagnostic.MA0078.severity = silent
|
||||
dotnet_diagnostic.MA0078.severity = error
|
||||
# Flow the cancellation token using .WithCancellation()
|
||||
dotnet_diagnostic.MA0079.severity = error
|
||||
# Use a cancellation token using .WithCancellation()
|
||||
|
|
Loading…
Reference in New Issue