Add basic components and scenes #28
Annotations
4 warnings
|
build:
Community/UserInterface/ImGui/ImGuiEditorSample/Program.cs#L9
The variable 'quit' is assigned but its value is never used
|
|
build:
Community/Shaders/RaylibCsExamples.Community.Shaders.MeshInstancing/Program.cs#L114
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
build:
Community/UserInterface/ImGui/ImGuiEditorSample/Program.cs#L9
The variable 'quit' is assigned but its value is never used
|
|
build:
Community/Shaders/RaylibCsExamples.Community.Shaders.MeshInstancing/Program.cs#L114
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|