Publish Check #430
Triggered via workflow run
November 28, 2024 06:04
johnjcsmith
completed
9c9287f
Status
Failure
Total duration
2m 21s
Artifacts
–
publish.yml
on: workflow_run
check_changes
5s
publish-cli
0s
publish-node
0s
publish-react
0s
publish-dotnet
1m 58s
publish-go
0s
create-archives
0s
Annotations
1 error and 11 warnings
publish-dotnet
Process completed with exit code 1.
|
check_changes
'before' field is missing in event payload - changes will be detected from last commit
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L73
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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L59
Do not use Assert.NotNull() on value type 'RegisteredService'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L69
Do not use Assert.NotNull() on value type 'RegisteredService'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L121
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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L184
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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L233
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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L215
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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L173
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)
|
publish-dotnet:
sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L216
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)
|