Optional<T> support #83
Annotations
13 warnings
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:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L634
Possible null reference argument for parameter 'arguments' in 'T0 ISystemParam.Get<T0>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L649
Possible null reference argument for parameter 'arguments' in 'T0 ISystemParam.Get<T0>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L650
Possible null reference argument for parameter 'arguments' in 'T1 ISystemParam.Get<T1>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L667
Possible null reference argument for parameter 'arguments' in 'T0 ISystemParam.Get<T0>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L668
Possible null reference argument for parameter 'arguments' in 'T1 ISystemParam.Get<T1>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L669
Possible null reference argument for parameter 'arguments' in 'T2 ISystemParam.Get<T2>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L688
Possible null reference argument for parameter 'arguments' in 'T0 ISystemParam.Get<T0>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|
build:
src/obj/Generated/TinyEcs.Generator/TinyEcs.Generator.MyGenerator/TinyEcs.Systems.g.cs#L689
Possible null reference argument for parameter 'arguments' in 'T1 ISystemParam.Get<T1>(Dictionary<Type, ISystemParam> globalRes, Dictionary<Type, ISystemParam> localRes, object arguments)'.
|