Bump System.Text.Json from 8.0.4 to 8.0.5 in /DragonFruit.Data in the nuget group across 1 directory #244
Annotations
1 error and 10 warnings
test
Process completed with exit code 1.
|
test:
DragonFruit.Data.Tests/ConverterTests.cs#L30
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
DragonFruit.Data.Tests/ConverterTests.cs#L51
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
DragonFruit.Data.Tests/ConverterTests.cs#L82
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
DragonFruit.Data.Tests/RequestTests.cs#L46
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
test:
DragonFruit.Data.Tests/RequestTests.cs#L82
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
test:
DragonFruit.Data.Tests/RequestTests.cs#L142
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
test:
DragonFruit.Data.Tests/ConverterTests.cs#L30
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
DragonFruit.Data.Tests/ConverterTests.cs#L51
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
DragonFruit.Data.Tests/ConverterTests.cs#L82
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
test:
DragonFruit.Data.Tests/RequestTests.cs#L46
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|