Skip to content

immutable array

immutable array #181

Triggered via push February 25, 2024 21:42
Status Failure
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
build: src/World.cs#L1
The type or namespace name 'Immutable' does not exist in the namespace 'System.Collections' (are you missing an assembly reference?)
build: src/DotnetAddons.cs#L173
The type or namespace name 'Immutable' does not exist in the namespace 'System.Collections' (are you missing an assembly reference?)
build: src/World.cs#L601
The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/World.cs#L602
The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/World.cs#L617
The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/World.cs#L1
The type or namespace name 'Immutable' does not exist in the namespace 'System.Collections' (are you missing an assembly reference?)
build: src/DotnetAddons.cs#L173
The type or namespace name 'Immutable' does not exist in the namespace 'System.Collections' (are you missing an assembly reference?)
build: src/World.cs#L601
The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/World.cs#L602
The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/World.cs#L617
The type or namespace name 'ImmutableArray<>' could not be found (are you missing a using directive or an assembly reference?)
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#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: 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: plugins/TinyEcs.Plugins/Relationship.cs#L48
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
build: tests/Components.cs#L39
Field 'BoolComponent.Value' is never assigned to, and will always have its default value false