Skip to content

+ removed runtime allocations when Set/unset #141

+ removed runtime allocations when Set/unset

+ removed runtime allocations when Set/unset #141

Triggered via push July 12, 2024 16:51
Status Success
Total duration 51s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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: src/Match.cs#L16
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L22
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L31
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L43
Cannot convert null literal to non-nullable reference type.
build: src/Archetype.cs#L186
Possible null reference argument for parameter 'sourceArray' in 'void Array.Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)'.
build: src/Archetype.cs#L186
Possible null reference argument for parameter 'destinationArray' in 'void Array.Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)'.
build: src/Match.cs#L16
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L22
Cannot convert null literal to non-nullable reference type.