Skip to content

Shmup (#86)

Shmup (#86) #22

Triggered via push September 30, 2023 01:14
Status Success
Total duration 7m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
deployment
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
deployment
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
deployment: Projects/Console Monsters/Screens/InventoryScreen.cs#L47
#warning: 'TODO: optimize'
deployment: Projects/Console Monsters/Characters/CopyPaste.cs#L3
The type name 'name' only contains lower-cased ascii characters. Such names may become reserved for the language.
deployment: Projects/Shmup/Enemies/Tank.cs#L14
Non-nullable field 'Sprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deployment: Projects/Shmup/Enemies/Helicopter.cs#L13
Field 'Helicopter.YVelocity' is never assigned to, and will always have its default value 0
deployment: Projects/Shmup/Enemies/Tank.cs#L12
Field 'Tank.XVelocity' is never assigned to, and will always have its default value 0
deployment
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.