Skip to content

Fix Discord Notification #3

Fix Discord Notification

Fix Discord Notification #3

Triggered via push July 11, 2023 21:46
Status Success
Total duration 1m 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/App.xaml.cs#L149
Nullability of reference types in type of parameter 'sender' of 'void App.NotifyIcon_DoubleClick(object sender, EventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
deploy: crackpipe/App.xaml.cs#L153
Nullability of reference types in type of parameter 'sender' of 'void App.NotifyIcon_DoubleClick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
deploy: crackpipe/App.xaml.cs#L154
Nullability of reference types in type of parameter 'sender' of 'void App.DeleteSytem32(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
deploy: crackpipe/App.xaml.cs#L155
Nullability of reference types in type of parameter 'sender' of 'void App.NotifyIcon_Exit_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).