Skip to content

Update dependabot.yml #104

Update dependabot.yml

Update dependabot.yml #104

Triggered via pull request October 6, 2023 20:55
Status Success
Total duration 1m 47s
Artifacts

dotnet-develop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.