Skip to content

Add image reference

Add image reference #3

Triggered via push August 30, 2024 03:07
Status Failure
Total duration 2m 2s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Models/AppConfig.cs#L8
Possible null reference assignment.
build: Models/AppConfig.cs#L9
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
build: Models/AppConfig.cs#L87
Dereference of a possibly null reference.
build: Models/AppConfig.cs#L88
Possible null reference return.
build: Models/AppConfig.cs#L93
Possible null reference return.
build: Models/AppConfig.cs#L105
Dereference of a possibly null reference.
build: App.xaml.cs#L65
Possible null reference return.
build: Views/Windows/MainWindow.xaml.cs#L34
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: App.xaml.cs#L29
Possible null reference argument for parameter 'basePath' in 'IConfigurationBuilder FileConfigurationExtensions.SetBasePath(IConfigurationBuilder builder, string basePath)'.
build: Views/Windows/MainWindow.xaml.cs#L74
Nullability of reference types in type of parameter 'sneder' of 'void MainWindow.OpenZoomerWindow(object sneder, HotkeyEventArgs e)' doesn't match the target delegate 'EventHandler<HotkeyEventArgs>' (possibly because of nullability attributes).