Skip to content

Bump QRCoder from 1.6.0 to 1.8.0 #874

Bump QRCoder from 1.6.0 to 1.8.0

Bump QRCoder from 1.6.0 to 1.8.0 #874

Status Success
Total duration 1m 3s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: InternetTest/InternetTest/ViewModels/Components/WlanProfileItemViewModel.cs#L143
Dereference of a possibly null reference.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L32
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L47
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L42
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L37
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: InternetTest/InternetTest/ViewModels/Components/WlanProfileItemViewModel.cs#L143
Dereference of a possibly null reference.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L32
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L47
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L42
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: InternetTest/InternetTest/Commands/RelayCommand.cs#L37
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).