Skip to content
Triggered via pull request October 13, 2024 19:11
Status Failure
Total duration 1m 38s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build (Release)
Process completed with exit code 1.
build (Release): Updater/Program.cs#L22
Converting null literal or possible null value to non-nullable type.
build (Release): Updater/Program.cs#L24
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (Release): Updater/Program.cs#L57
Dereference of a possibly null reference.
build (Release): Updater/Program.cs#L57
Dereference of a possibly null reference.
build (Release): Updater/Program.cs#L57
Dereference of a possibly null reference.
build (Release): Updater/Program.cs#L57
Dereference of a possibly null reference.
build (Release): Updater/Program.cs#L100
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (Release): Updater/Program.cs#L115
Possible null reference argument for parameter 'fileName' in 'Process Process.Start(string fileName)'.
build (Release): FolderFlex/Util/RelayCommand.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand<T>.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build (Release): FolderFlex/Util/RelayCommand.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand<T>.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).