feature/opentelemetry-support #92

Merged
rainote merged 3 commits from feature/opentelemetry-support into master 2023-11-20 13:29:17 +00:00
Showing only changes of commit 949f7c462d - Show all commits

View file

@ -27,7 +27,7 @@ insert_final_newline = true
[*.cs] [*.cs]
indent_size = 4 indent_size = 4
dotnet_sort_system_directives_first = true dotnet_sort_system_directives_first = true
dotnet_diagnostic.MA0007.severity = none
MA0004.report = DetectContext # (default) Try to detect the current context and report only if it considers ConfigureAwait is needed MA0004.report = DetectContext # (default) Try to detect the current context and report only if it considers ConfigureAwait is needed
MA0004.report = Always # Always report missing ConfigureAwait whatever the context MA0004.report = Always # Always report missing ConfigureAwait whatever the context
# Don't use this. qualifier # Don't use this. qualifier