Skip to content

Merge branch 'main' of https://github.com/MrScautHD/Bliss #211

Merge branch 'main' of https://github.com/MrScautHD/Bliss

Merge branch 'main' of https://github.com/MrScautHD/Bliss #211

Triggered via push February 16, 2025 01:21
Status Success
Total duration 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Bliss.Test/Time.cs#L20
Non-nullable field 'Timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Bliss.Test/Time.cs#L25
Non-nullable field '_watch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable property 'MainWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable property 'GraphicsDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable property 'CommandList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable property 'FullScreenRenderPass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable property 'FullScreenTexture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable field '_immediateRenderer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable field '_spriteBatch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Bliss.Test/Game.cs#L71
Non-nullable field '_primitiveBatch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.