Skip to content

gha fixes

gha fixes #107

Triggered via push October 7, 2023 00:02
Status Success
Total duration 1m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/DonloaderService.cs#L190
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Program.cs#L31
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build: src/DonloaderService.cs#L195
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.
build: src/DonloaderService.cs#L190
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Program.cs#L31
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build: src/DonloaderService.cs#L195
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.