Merge branch 'main' of https://github.com/andreakarasho/TinyEcs #139
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#L184
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#L184
Possible null reference argument for parameter 'destinationArray' in 'void Array.Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)'.
|
build:
src/Archetype.cs#L198
Possible null reference argument for parameter 'array' in 'void Array.Clear(Array array, int index, int length)'.
|
build:
src/Archetype.cs#L254
Possible null reference argument for parameter 'sourceArray' in 'void Array.Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)'.
|