chore: fix ci build for tests #11
Annotations
3 warnings
|
Upload artifacts
No files were found with the provided path: ./artifacts/nuggy-1.0.0-preview.20251027011353-win-x64.*. No artifacts will be uploaded.
|
|
Publish single-file executable:
src/Services/ConfigurationManager.cs#L67
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, 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.
|
|
Publish single-file executable:
src/Services/ConfigurationManager.cs#L95
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, 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.
|
Loading