.NET Build and Publish Nuget #16
Annotations
21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, alirezanet/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
|
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.
|
build:
src/Stride.CommunityToolkit/Rendering/DebugShapes/ImmediateDebugRenderFeature.cs#L304
Non-nullable field 'pipelineState' 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 'inputElements' 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 'lineInputElements' 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 'primitiveEffect' 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 'lineEffect' 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 'transformBuffer' 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 'colorBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|