Skip to content

.NET Build and Publish Nuget #31

.NET Build and Publish Nuget

.NET Build and Publish Nuget #31

Manually triggered April 5, 2024 23:21
Status Failure
Total duration 2m 54s
Artifacts

dotnet-nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderSystem.cs#L229
Non-nullable field 'solidPrimitiveRenderer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderSystem.cs#L229
Non-nullable field 'wireframePrimitiveRenderer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderSystem.cs#L229
Non-nullable field 'transparentSolidPrimitiveRenderer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderSystem.cs#L229
Non-nullable field 'transparentWireframePrimitiveRenderer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderSystem.cs#L428
Dereference of a possibly null reference.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderStageSelector.cs#L17
Non-nullable property 'OpaqueRenderStage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderStageSelector.cs#L20
Non-nullable property 'TransparentRenderStage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderFeature.cs#L304
Non-nullable field 'vertexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderFeature.cs#L304
Non-nullable field 'indexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderFeature.cs#L304
Non-nullable field 'lineVertexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.