Merge pull request #700 from Leo-Corporation/vNext #868
Annotations
2 errors and 10 warnings
|
could not read Username for 'https://github.com': terminal prompts disabled
|
|
|
|
InternetTest/InternetTest/ViewModels/Components/WlanProfileItemViewModel.cs#L143
Dereference of a possibly null reference.
|
|
InternetTest/InternetTest/Commands/RelayCommand.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
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'.
|
|
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).
|
|
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).
|
|
InternetTest/InternetTest/ViewModels/Components/WlanProfileItemViewModel.cs#L143
Dereference of a possibly null reference.
|
|
InternetTest/InternetTest/Commands/RelayCommand.cs#L32
Cannot convert null literal to non-nullable reference type.
|
|
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'.
|
|
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).
|
|
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).
|
The logs for this run have expired and are no longer available.
Loading