Updated build for packaging step #10
build-and-test.yml
on: push
build-and-test
45s
package-and-release
0s
Annotations
11 warnings
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/SystemsR3.Tests/SystemsR3/Handlers/SystemExecutorTests.cs#L78
The variable 'e' is declared but never used
|
build-and-test:
src/SystemsR3.Tests/SystemsR3/Handlers/ReactiveSystemHandlerTests.cs#L43
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/SystemsR3.Tests/SystemsR3/Handlers/BasicSystemHandlerTests.cs#L40
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/SystemsR3.Tests/SystemsR3/Handlers/ReactToEventSystemHandlerTests.cs#L46
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/SystemsR3.Tests/SystemsR3/Pools/IdPoolTests.cs#L14
The literal or constant value 10 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'should_allocate_up_front_ids' on type 'IdPoolTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build-and-test:
src/SystemsR3.Tests/SystemsR3/Handlers/ReactToEventSystemHandlerTests.cs#L58
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/SystemsR3.Tests/SystemsR3/ISystemExtensionTests.cs#L19
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|