Update README.md #161
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:
tools/TinyEcs.Generator/Program.cs#L183
Possible null reference return.
|
Build:
tools/TinyEcs.Generator/Program.cs#L188
Possible null reference return.
|
Build:
tools/TinyEcs.Generator/Program.cs#L193
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#L280
Nullability of reference types in value of type 'TinyEcs.Archetype' doesn't match target type 'TinyEcs.Archetype?'.
|
Build:
src/Archetype.cs#L351
Dereference of a possibly null reference.
|
Build:
src/World.cs#L693
Converting null literal or possible null value to non-nullable type.
|
Build:
src/World.cs#L693
Possible null reference argument for parameter 'tuple' in 'List<Term> ParseTuple(ITuple tuple)'.
|
The logs for this run have expired and are no longer available.
Loading