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

-Support setting profiler entry meta after push #265

-Support setting profiler entry meta after push

-Support setting profiler entry meta after push #265

Triggered via push January 22, 2024 17:22
Status Success
Total duration 3m 4s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Core/Util/Profiling/Profiler.cs#L31
Dereference of a possibly null reference.
build: Core/Util/Profiling/Profiler.cs#L40
Dereference of a possibly null reference.
build: Core/Util/Profiling/Profiler.cs#L47
Dereference of a possibly null reference.
build: Core/Util/SwapList.cs#L73
Possible null reference assignment.
build: Core/Util/SwapList.cs#L77
Possible null reference assignment.
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.
build: Core/Game.cs#L20
Non-nullable property 'NativeWindow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L21
Non-nullable property 'GraphicsDevice' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Core/Game.cs#L22
Non-nullable property 'RenderSystem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.