Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #35

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #35

Status Success
Total duration 1m 28s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/RenderBox.Shared/Core/Vector.cs#L88
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/RenderBox.Shared/Core/Color.cs#L79
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/RenderBox.Shared/Core/Vector.cs#L180
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/RenderBox.Shared/Core/Vector.cs#L292
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/RenderBox.Shared/Modules/PathTracer/Shape.cs#L20
Non-nullable property 'Light' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RenderBox.Shared/Modules/PathTracer/Scene.cs#L19
Non-nullable property 'Lights' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RenderBox.Shared/Modules/PathTracer/Light.cs#L16
Non-nullable property 'Shape' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RenderBox.Shared/Modules/PathTracer/Camera.cs#L14
Field 'Camera.ViewPosMatrix' is never assigned to, and will always have its default value
build: src/RenderBox.Shared/Modules/PathTracer/Camera.cs#L14
Field 'Camera.PosMatrix' is never assigned to, and will always have its default value
build: src/RenderBox/Services/Renderers/PathTraceRenderer.cs#L130
Cannot convert null literal to non-nullable reference type.