Skip to content

fixed te count

fixed te count #165

Triggered via push February 12, 2024 22:45
Status Success
Total duration 1m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: tools/TinyEcs.Generator/Program.cs#L193
Possible null reference return.
build: tools/TinyEcs.Generator/Program.cs#L198
Possible null reference return.
build: tools/TinyEcs.Generator/Program.cs#L203
Possible null reference return.
build: tools/TinyEcs.Generator/Program.cs#L12
The type name Generator conflicts in whole or in part with the namespace name 'TinyEcs.Generator'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
build: src/Commands.cs#L139
Cannot convert null literal to non-nullable reference type.
build: src/EntityView.cs#L10
Cannot convert null literal to non-nullable reference type.
build: src/World.cs#L248
Nullability of reference types in value of type 'TinyEcs.Archetype' doesn't match target type 'TinyEcs.Archetype?'.
build: src/Archetype.cs#L349
Dereference of a possibly null reference.
build: src/EntityView.cs#L10
Cannot convert null literal to non-nullable reference type.
build: src/Commands.cs#L139
Cannot convert null literal to non-nullable reference type.