mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-11-04 02:25:28 +08:00
committed by
Phil Scott
parent
884cb8ddd4
commit
5f97f2300c
@@ -92,4 +92,10 @@ dotnet_diagnostic.IDE0004.severity = warning
|
||||
dotnet_diagnostic.CA1810.severity = none
|
||||
|
||||
# IDE0044: Add readonly modifier
|
||||
dotnet_diagnostic.IDE0044.severity = warning
|
||||
dotnet_diagnostic.IDE0044.severity = warning
|
||||
|
||||
# RCS1047: Non-asynchronous method name should not end with 'Async'.
|
||||
dotnet_diagnostic.RCS1047.severity = none
|
||||
|
||||
# RCS1090: Call 'ConfigureAwait(false)'.
|
||||
dotnet_diagnostic.RCS1090.severity = warning
|
||||
Reference in New Issue
Block a user