chore: remove unused interface #3
Annotations
10 warnings
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/CurrencyDataGenerationTests.cs#L135
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/UnitDataGenerationTests.cs#L186
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/CurrencyDataGenerationTests.cs#L135
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/DatePatternGenerationTests.cs#L133
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/ListPatternGenerationTests.cs#L168
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/OrdinalRuleGenerationTests.cs#L122
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/OrdinalRuleGenerationTests.cs#L107
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/PluralRuleGenerationTests.cs#L133
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/PluralRuleGenerationTests.cs#L118
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build:
tests/Rh.MessageFormat.CldrGenerator.Tests.Integration/Tests/UnitDataGenerationTests.cs#L186
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|