Skip to content

Release 1.1.0

Release 1.1.0 #3

Triggered via push July 12, 2023 13:16
Status Success
Total duration 3m 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
deploy
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/
deploy
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/
deploy
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/
deploy
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/
deploy
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/
deploy
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/
deploy: crackpipe/Helper/CommandHelper.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'bool CommandHelper.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
deploy: crackpipe/Helper/CommandHelper.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'void CommandHelper.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
deploy: crackpipe/Helper/CommandHelper.cs#L25
Nullability of reference types in type of 'event EventHandler CommandHelper.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
deploy: crackpipe/ViewModels/ViewModelBase.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
deploy: crackpipe/Windows/UpdateWindow.xaml.cs#L24
Non-nullable field 'm_StoreHelper' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: crackpipe/Windows/UpdateWindow.xaml.cs#L41
The variable 'ex' is declared but never used
deploy: crackpipe/Converter/UrlImageConverter.cs#L23
Possible null reference return.
deploy: crackpipe/Converter/UrlImageConverter.cs#L21
The variable 'ex' is declared but never used
deploy: crackpipe/Converter/UrlImageConverter.cs#L29
Possible null reference return.
deploy: crackpipe/Converter/PermissionRoleToVisibilityConverter.cs#L19
Dereference of a possibly null reference.