Update dependabot.yml #104
Annotations
7 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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<EpicMorg.Atlassian.Downloader.ResponseItem[]>(string, System.Text.Json.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<EpicMorg.Atlassian.Downloader.ResponseItem[]>(string, System.Text.Json.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.
|