Skip to content

Update build.yml - Use .net 9 #419

Update build.yml - Use .net 9

Update build.yml - Use .net 9 #419

Triggered via push November 25, 2024 16:10
Status Success
Total duration 2m 16s
Artifacts 3

build.yml

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

Annotations

44 warnings
test: External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
test: External/Prowl.DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L1614
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test: External/Prowl.Veldrid/src/Veldrid/OutputAttachmentDescription.cs#L39
Call to non-readonly member 'OutputAttachmentDescription.Equals(OutputAttachmentDescription)' from a 'readonly' member results in an implicit copy of 'this'.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_indexBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computePipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSetsActive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computeResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish (win-x64): External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
publish (win-x64): External/Prowl.DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L1614
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_indexBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computePipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSetsActive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computeResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computeResourceSetsActive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (win-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_vertexBuffers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (osx-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish (osx-x64): External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/Util.cs#L27
Converting null literal or possible null value to non-nullable type.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/Util.cs#L27
Possible null reference return.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/OutputAttachmentDescription.cs#L39
Call to non-readonly member 'OutputAttachmentDescription.Equals(OutputAttachmentDescription)' from a 'readonly' member results in an implicit copy of 'this'.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/OpenGL/OpenGLGraphicsDevice.cs#L83
Non-nullable field '_version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/OpenGL/OpenGLGraphicsDevice.cs#L83
Non-nullable field '_shadingLanguageVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/OpenGL/OpenGLGraphicsDevice.cs#L83
Non-nullable field '_makeCurrent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/OpenGL/OpenGLGraphicsDevice.cs#L83
Non-nullable field '_getCurrentContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (osx-x64): External/Prowl.Veldrid/src/Veldrid/OpenGL/OpenGLGraphicsDevice.cs#L83
Non-nullable field '_deleteContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux-x64", "osx-x64", "win-x64". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
publish (linux-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish (linux-x64): External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
publish (linux-x64): External/Prowl.DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L1614
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_indexBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computePipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSetsActive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computeResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish (linux-x64): External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computeResourceSetsActive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.

Artifacts

Produced during runtime
Name Size
linux-x64 Expired
60.5 MB
osx-x64 Expired
46.2 MB
win-x64 Expired
40.3 MB