Skip to content

Support Text and Scrollwheel input #137

Support Text and Scrollwheel input

Support Text and Scrollwheel input #137

Triggered via push January 1, 2024 15:59
Status Success
Total duration 2m 22s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (windows-latest)
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 (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): examples/Complex/Complex/Ecs/EntityWorld.cs#L25
The event 'EntityWorld.ComponentChanged' is never used
build (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest)
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/
build (ubuntu-latest)
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 (ubuntu-latest)
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/
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): examples/Complex/Complex/Ecs/EntityWorld.cs#L25
The event 'EntityWorld.ComponentChanged' is never used
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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.