Skip to content

Fixed Logger issue #102

Fixed Logger issue

Fixed Logger issue #102

Triggered via push February 16, 2026 20:23
Status Success
Total duration 29s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Sparkle.Test/CSharp/ContentRegistry.cs#L16
Non-nullable property 'Sprite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/ContentRegistry.cs#L13
Non-nullable property 'Fontoe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/Dim3D/TestScene3D.cs#L43
Non-nullable property 'CloudySkybox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/Dim3D/TestScene3D.cs#L43
Non-nullable property 'PlayerMultiInstanceRenderer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/Dim3D/TestScene3D.cs#L43
Non-nullable property 'CyberCarModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/Dim3D/TestScene3D.cs#L43
Non-nullable property 'TreeModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/Dim3D/TestScene3D.cs#L43
Non-nullable property 'PlayerModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle.Test/CSharp/Dim3D/TestScene3D.cs#L43
Non-nullable property 'CyberCarTexture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Sparkle/CSharp/Physics/Dim3/SoftBodies/Types/SoftBodySphere.cs#L41
'ShapeHelper.MakeHull(ISupportMappable, int)' is obsolete: 'Use Tessellate instead.'
build: src/Sparkle/CSharp/Entities/Components/RigidBody3D.cs#L356
'RigidBody.ClearShapes(bool)' is obsolete: 'ClearShapes is deprecated, please use RemoveShape instead.'