deploy #6
Annotations
2 errors and 12 warnings
build
The run was canceled by @andreakarasho.
|
build
The operation was canceled.
|
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#L303
Possible null reference return.
|
build:
tools/TinyEcs.Generator/Program.cs#L308
Possible null reference return.
|
build:
tools/TinyEcs.Generator/Program.cs#L313
Possible null reference return.
|
build:
src/Archetype.cs#L370
Dereference of a possibly null reference.
|
build:
src/Archetype.cs#L370
Dereference of a possibly null reference.
|
build:
plugins/TinyEcs.Plugins/UniqueEntity.cs#L14
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:
plugins/TinyEcs.Plugins/Relationship.cs#L51
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:
plugins/TinyEcs.Plugins/EnableDisable.cs#L9
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)
|