Added nuget workflow #283
Annotations
9 warnings
🔨 Build and Test (Release):
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.
|
🔨 Build and Test (Release):
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.
|
🔨 Build and Test (Release):
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.
|
🔨 Build and Test (Release):
Hypercube.Client/Graphics/Windows/Realisation/GLFW/GlfwWindowManager.Monitors.cs#L80
Parameter 'monitor' is unread.
|
🔨 Build and Test (Release):
Hypercube.Client/Graphics/Realisation/OpenGL/Rendering/Renderer.cs#L25
The field 'Renderer._timing' is assigned but its value is never used
|
🔨 Build and Test (Debug):
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.
|
🔨 Build and Test (Debug):
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.
|
🔨 Build and Test (Debug):
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.
|
🔨 Build and Test (Debug):
Hypercube.Client/Graphics/Windows/Realisation/GLFW/GlfwWindowManager.Monitors.cs#L80
Parameter 'monitor' is unread.
|
Loading