Skip to content

Updating gitbook summary #14

Updating gitbook summary

Updating gitbook summary #14

Re-run triggered January 4, 2025 10:07
Status Failure
Total duration 2m 32s
Artifacts
build-and-test
45s
build-and-test
package-and-release
2m 18s
package-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
package-and-release
Process completed with exit code 1.
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test: src/SystemsR3/Executor/Handlers/Conventional/ReactiveSystemHandler.cs#L7
The using directive for 'R3' appeared previously in this namespace
build-and-test: src/EcsR3.Examples/ExampleApps/Performance/OptimizedEntityPerformanceApplication.cs#L81
The variable 'ignore' is assigned but its value is never used
build-and-test: src/EcsR3.Examples/ExampleApps/Performance/EntityPerformanceApplication.cs#L73
The variable 'ignore' is assigned but its value is never used
build-and-test: src/EcsR3.Tests/EcsRx/Pools/ViewPoolTests.cs#L97
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test: src/EcsR3.Tests/EcsRx/Pools/ViewPoolTests.cs#L115
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test: src/EcsR3.Tests/Plugins/GroupBinding/Handlers/GroupBindingSystemHandlerTests.cs#L131
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
build-and-test: src/EcsR3.Tests/EcsRx/Computeds/ComputedGroupTests.cs#L83
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test: src/EcsR3.Tests/EcsRx/Computeds/ComputedGroupTests.cs#L126
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test: src/EcsR3.Tests/EcsRx/Observables/ObservableGroupTests.cs#L72
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test: src/EcsR3.Tests/EcsRx/Observables/ObservableGroupTests.cs#L99
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)