Update csproj #304
Annotations
5 warnings
Hypercube.Shared/Entities/Systems/Physics/PhysicsComponent.cs#L13
Non-nullable field 'TransformComponent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Hypercube.Shared/Entities/Systems/Physics/PhysicsComponent.cs#L14
Non-nullable field 'TransformSystem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Hypercube.Shared/Network/Buffer.cs#L5
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Hypercube.Client/Graphics/Realisation/OpenGL/Rendering/Renderer.cs#L24
The field 'Renderer._textureManager' is assigned but its value is never used
|
Hypercube.Client/Graphics/Realisation/OpenGL/Rendering/Renderer.cs#L27
The field 'Renderer._resourceLoader' is assigned but its value is never used
|
This job succeeded
Loading