Skip to content

Publish Check

Publish Check #430

Triggered via workflow run November 28, 2024 06:04
@johnjcsmithjohnjcsmith
completed 9c9287f
Status Failure
Total duration 2m 21s
Artifacts

publish.yml

on: workflow_run
check_changes
5s
check_changes
publish-cli
0s
publish-cli
publish-node
0s
publish-node
publish-react
0s
publish-react
publish-dotnet
1m 58s
publish-dotnet
publish-go
0s
publish-go
create-archives
0s
create-archives
Fit to window
Zoom out
Zoom in

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)