Skip to content

chore: Make HandleCustomerAuthInput non-generic (#277) #774

chore: Make HandleCustomerAuthInput non-generic (#277)

chore: Make HandleCustomerAuthInput non-generic (#277) #774

Triggered via push December 10, 2024 21:31
Status Success
Total duration 4m 59s
Artifacts

build.yml

on: push
check_changes
4s
check_changes
test-control-plane
0s
test-control-plane
build-app-image
0s
build-app-image
build-control-plane-image
0s
build-control-plane-image
build-cli
0s
build-cli
build-go
0s
build-go
build-node
0s
build-node
build-react
0s
build-react
build-control-plane
0s
build-control-plane
build-app
0s
build-app
build-assistant-ui
0s
build-assistant-ui
build-load-test-machine-image
0s
build-load-test-machine-image
build-data-connector-image
0s
build-data-connector-image
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
check_changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-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)
build-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)
build-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)
build-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)
build-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)
build-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)
build-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)
build-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)
build-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)
build-dotnet: sdk-dotnet/tests/Inferable.Tests/InferableTest.cs#L174
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)
test-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)
test-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)
test-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)
test-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)
test-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)
test-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)
test-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)
test-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)
test-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)
test-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)