Support Text and Scrollwheel input #137
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/EngineKit/Application.cs#L48
Non-nullable field '_windowCharCallback' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/EngineKit/Graphics/VertexInputDescriptor.cs#L98
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields(BindingFlags)'. The generic parameter 'TVertexType' of 'EngineKit.Graphics.VertexInputDescriptor.BuildVertexInputDescriptorFor<TVertexType>()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Build:
src/EngineKit/Graphics/Shaders/VirtualFileShaderIncludeHandler.cs#L28
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
Build:
src/EngineKit/Graphics/Shaders/VirtualFileShaderIncludeHandler.cs#L92
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields(BindingFlags)'. The parameter 'includeType' of method 'EngineKit.Graphics.Shaders.VirtualFileShaderIncludeHandler.GenerateGlslFromType(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Build:
src/EngineKit/Graphics/Shaders/VirtualFileShaderIncludeHandler.cs#L96
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The parameter 'includeType' of method 'EngineKit.Graphics.Shaders.VirtualFileShaderIncludeHandler.GenerateGlslFromType(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Build:
examples/Complex/Complex/Ecs/EntityWorld.cs#L25
The event 'EntityWorld.ComponentChanged' is never used
|
Build:
src/EngineKit/Application.cs#L48
Non-nullable field '_windowCharCallback' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/EngineKit/Graphics/VertexInputDescriptor.cs#L98
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields(BindingFlags)'. The generic parameter 'TVertexType' of 'EngineKit.Graphics.VertexInputDescriptor.BuildVertexInputDescriptorFor<TVertexType>()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Build:
src/EngineKit/Graphics/Shaders/VirtualFileShaderIncludeHandler.cs#L28
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
Build:
src/EngineKit/Graphics/Shaders/VirtualFileShaderIncludeHandler.cs#L92
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields(BindingFlags)'. The parameter 'includeType' of method 'EngineKit.Graphics.Shaders.VirtualFileShaderIncludeHandler.GenerateGlslFromType(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Setup NuGet
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading