experimental query tuple #153
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/Commands.cs#L139
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Archetype.cs#L351
Dereference of a possibly null reference.
|
Build:
src/EntityView.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build:
src/World.cs#L279
Nullability of reference types in value of type 'TinyEcs.Archetype' doesn't match target type 'TinyEcs.Archetype?'.
|
Build:
src/Commands.cs#L139
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Archetype.cs#L351
Dereference of a possibly null reference.
|
Build:
src/EntityView.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build:
src/World.cs#L279
Nullability of reference types in value of type 'TinyEcs.Archetype' doesn't match target type 'TinyEcs.Archetype?'.
|
Build:
tests/Components.cs#L39
Field 'BoolComponent.Value' is never assigned to, and will always have its default value false
|
Build:
tests/SparseSet.cs#L56
Theory method 'SparseSet_CheckSequence' on test class 'SparseSetTest' does not use parameter 'amount'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
The logs for this run have expired and are no longer available.
Loading