Skip to content

Replace source generator #242

Replace source generator

Replace source generator #242

Triggered via pull request August 9, 2024 12:52
Status Success
Total duration 1m 2s
Artifacts

unit-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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#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/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/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)