feat: implement analyzer and code fixer for identifying and fixing when a sync flag is not propagated correctly.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
root = true
|
||||
|
||||
[*.cs]
|
||||
dotnet_diagnostic.SYNC001.additional_sync_names = runSynchronously, isSync
|
||||
|
||||
dotnet_diagnostic.CA2007.severity = none
|
||||
dotnet_diagnostic.CA1707.severity = none
|
||||
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
Reference in New Issue
Block a user