Skip to content

First Person Shooter (#78) #38

First Person Shooter (#78)

First Person Shooter (#78) #38

Triggered via push December 15, 2023 17:39
Status Success
Total duration 4m 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 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/Oligopoly/Program.cs#L63
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(Stream, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
deployment: Projects/Oligopoly/Program.cs#L67
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(Stream, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
deployment: Projects/Console Monsters/Screens/InventoryScreen.cs#L47
#warning: 'TODO: optimize'
deployment: Projects/Console Monsters/Bases/MonsterBase.cs#L45
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
deployment: Projects/Console Monsters/Bases/MoveBase.cs#L24
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
deployment: Projects/Console Monsters/Bases/MoveBase.cs#L26
Value passed to parameter 'type' of method 'System.Activator.CreateInstance(Type)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
deployment: Projects/Console Monsters/Bases/MonsterBase.cs#L47
Value passed to parameter 'type' of method 'System.Activator.CreateInstance(Type)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
deployment: Projects/Shmup/Enemies/Helicopter.cs#L13
Field 'Helicopter.YVelocity' 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.