Replace mathematics with System.Numerics + Vortice.Mathematics extens… #117
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/
|
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/
|
Build:
src/EngineKit/UI/UIRenderer.cs#L95
Non-nullable field '_keyValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/EngineKit/Extensions/StringExtensions.cs#L19
Possible null reference return.
|
Build:
src/EngineKit/Graphics/ComputePipeline.cs#L30
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L149
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L154
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L159
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L164
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/Pipeline.cs#L10
Non-nullable field 'ShaderProgram' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/EngineKit/Graphics/VertexInputDescriptor.cs#L73
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields()'. 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/MathHelper.cs#L134
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.
|
The logs for this run have expired and are no longer available.
Loading