Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Make input state debug fancier #241

Make input state debug fancier

Make input state debug fancier #241

Triggered via push January 19, 2024 01:39
Status Success
Total duration 2m 40s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Core/Util/SwapList.cs#L73
Possible null reference assignment.
build: Core/Util/SwapList.cs#L77
Possible null reference assignment.
build: Core/Game.cs#L14
Non-nullable property 'NativeWindow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L15
Non-nullable property 'GraphicsDevice' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L16
Non-nullable property 'RenderSystem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L18
Non-nullable property 'InputManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L20
Non-nullable property 'ImGuiRenderer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L22
Non-nullable property 'AssetReader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Rendering/ShaderPreprocessor.cs#L58
Converting null literal or possible null value to non-nullable type.
build: Core/Rendering/ShaderPreprocessor.cs#L155
Converting null literal or possible null value to non-nullable type.