query #6
Annotations
10 errors and 13 warnings
build:
tests/Query.cs#L17
'World' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Query.cs#L19
Operator '+=' cannot be applied to operands of type 'int' and 'method group'
|
build:
tests/Query.cs#L40
'World' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Query.cs#L42
Operator '+=' cannot be applied to operands of type 'int' and 'method group'
|
build:
tests/Query.cs#L64
'World' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Query.cs#L66
Operator '+=' cannot be applied to operands of type 'int' and 'method group'
|
build:
tests/Query.cs#L88
'World' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Query.cs#L90
Operator '+=' cannot be applied to operands of type 'int' and 'method group'
|
build:
tests/Query.cs#L111
'World' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Query.cs#L113
Operator '+=' cannot be applied to operands of type 'int' and 'method group'
|
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#L372
Possible null reference return.
|
build:
tools/TinyEcs.Generator/Program.cs#L377
Possible null reference return.
|
build:
tools/TinyEcs.Generator/Program.cs#L382
Possible null reference return.
|
build:
src/Archetype.cs#L373
Dereference of a possibly null reference.
|
build:
src/Archetype.cs#L373
Dereference of a possibly null reference.
|
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)
|
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/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)
|