This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
stinky thingy to make gui appear for now #280
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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.
|
build:
Core/Game.cs#L24
Non-nullable property 'InputManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Core/Game.cs#L26
Non-nullable property 'ImGuiRenderer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|