Merge pull request #89 from Jahgii/main #27
Annotations
9 warnings
dotnet publish linux-x64
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.
|
dotnet publish win-x64
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.
|
dotnet publish win-x64:
Projects/Console Monsters/Screens/InventoryScreen.cs#L47
#warning: 'TODO: optimize'
|
dotnet publish win-x64:
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.
|
dotnet publish win-x64:
Projects/Console Monsters/Maps/Western.cs#L55
Empty switch block
|
dotnet publish win-x64:
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.
|
dotnet publish win-x64:
Projects/Shmup/Enemies/Tank.cs#L12
Field 'Tank.XVelocity' is never assigned to, and will always have its default value 0
|
dotnet publish win-x64:
Projects/Shmup/Enemies/Helicopter.cs#L13
Field 'Helicopter.YVelocity' is never assigned to, and will always have its default value 0
|
dotnet publish osx-x64
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.
|
The logs for this run have expired and are no longer available.
Loading