[PTRun][TimeZone]Fix empty subtiles and missing results (#18632)

* Fix for #16627, Partial fixers for #16695 and #17349

* remove none related  PR changes

* more PR related fixes
This commit is contained in:
Tobias Sekan
2022-06-24 12:00:46 +00:00
committed by GitHub
parent 6f5429ec49
commit 7af8b930be
7 changed files with 249 additions and 61 deletions

View File

@@ -1,10 +1,10 @@
[*.cs]
[*.cs]
# SA1201: Elements should appear in the correct order
dotnet_diagnostic.SA1201.severity = none
# CA1303: Do not pass literals as localized parameters
dotnet_diagnostic.CA1303.severity = suggestion
# CA1303: Do not pass literals as localized parameters
dotnet_diagnostic.CA1303.severity = suggestion
# CA1051: Do not declare visible instance fields
dotnet_code_quality.ca1051.exclude_structs = true
dotnet_code_quality.ca1051.exclude_structs = true