Skip to content

new archetype parser #185

new archetype parser

new archetype parser #185

Triggered via push February 26, 2024 10:57
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 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
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
build
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
build: tools/TinyEcs.Generator/Program.cs#L215
Possible null reference return.
build: tools/TinyEcs.Generator/Program.cs#L220
Possible null reference return.
build: tools/TinyEcs.Generator/Program.cs#L225
Possible null reference return.
build: src/Archetype.cs#L359
Dereference of a possibly null reference.
build: src/World.cs#L22
Non-nullable event 'OnComponentSet' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/World.cs#L22
Non-nullable event 'OnComponentUnset' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/Archetype.cs#L359
Dereference of a possibly null reference.
build: src/World.cs#L22
Non-nullable event 'OnComponentSet' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.