Skip to content

tuple filter experiment #154

tuple filter experiment

tuple filter experiment #154

Triggered via push February 11, 2024 21:49
Status Success
Total duration 46s
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: 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/World.cs#L279
Nullability of reference types in value of type 'TinyEcs.Archetype' doesn't match target type 'TinyEcs.Archetype?'.
build: src/EntityView.cs#L10
Cannot convert null literal to non-nullable reference type.
build: src/World.cs#L887
Converting null literal or possible null value to non-nullable type.
build: src/World.cs#L887
Possible null reference argument for parameter 'tuple' in 'List<Term> ParseTuple(ITuple tuple)'.
build: src/World.cs#L837
Converting null literal or possible null value to non-nullable type.
build: src/World.cs#L837
Possible null reference argument for parameter 'tuple' in 'List<Term> ParseTuple(ITuple tuple)'.
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.