Update README.md #36
Annotations
10 warnings
build:
Source/DebugProf/Profiler.cs#L41
Dereference of a possibly null reference.
|
build:
Source/FileSystem/Providers/DirectoryProvider.cs#L34
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
build:
Source/FileSystem/Providers/VpkProvider.cs#L39
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
build:
Source/FileSystem/Providers/VpkProvider.cs#L16
Possible null reference assignment.
|
build:
Source/SceneSystem/EntityComponent.cs#L9
Non-nullable field 'm_Entity' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/SceneSystem/Transform.cs#L61
Non-nullable field 'm_Parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/SceneSystem/Scene.cs#L70
Converting null literal or possible null value to non-nullable type.
|
build:
Veldrid.ImGui/ImGuiController.cs#L36
The field 'ImGuiController._shiftDown' is never used
|
build:
Veldrid.ImGui/ImGuiController.cs#L38
The field 'ImGuiController._winKeyDown' is never used
|
build:
Veldrid.ImGui/ImGuiController.cs#L37
The field 'ImGuiController._altDown' is never used
|