The following unit tests (both C# and VB variants) fail on Spanish CI runs:
- TestSuppression_CompilerWarningAsError
- TestSuppression_CompilerParserWarningAsError
- TestSuppression_AnalyzerWarning
- TestSuppression_CompilerWarning
- TestSuppression_CompilerSemanticWarning
- TestSuppression_CompilerSyntaxWarning
The tests force the compiler output to English, but then they look up the expected text through CodeAnalysisResources which means they will get the Spanish version.
These tests will be disabled to unblock loc check-ins in release/dev16.3-vs-deps.
The following unit tests (both C# and VB variants) fail on Spanish CI runs:
The tests force the compiler output to English, but then they look up the expected text through
CodeAnalysisResourceswhich means they will get the Spanish version.These tests will be disabled to unblock loc check-ins in release/dev16.3-vs-deps.