Enable MA0078

"Use 'Cast' instead of 'Select' to cast"
This commit is contained in:
YoshiRulz 2024-07-03 23:12:01 +10:00
parent a329d44e41
commit 6bb60c1b76
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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()