connection check, label for version, treatments to check version, opt… #16
Annotations
16 warnings
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@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 (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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).
|