Skip to content

Merge pull request #93 from dotnet/word-search #33

Merge pull request #93 from dotnet/word-search

Merge pull request #93 from dotnet/word-search #33

Triggered via push December 12, 2023 21:11
Status Success
Total duration 4m 29s
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/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/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/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/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/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.