Add only maunal test possibility #18
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Ghis.Controls/Utils/RelayCommand.cs#L39
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:
Ghis.Controls/Utils/RelayCommand.cs#L50
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:
Ghis.Controls/TabHeaders/GhisTabHeaderControl.xaml.cs#L681
Nullability of reference types in type of 'event PropertyChangedEventHandler GhisTabHeaderControl.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
Ghis.Controls/Converters/AdornerContainer.cs#L22
Non-nullable field '_child' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Ghis.Controls/Converters/AdornerContainer.cs#L33
Possible null reference assignment.
|
build:
Ghis.Controls/Charts/ValueExtractor.cs#L66
Dereference of a possibly null reference.
|
build:
Ghis.Controls/Charts/ValueExtractor.cs#L77
Dereference of a possibly null reference.
|
build:
Ghis.Controls/Magnifier/Magnifier.cs#L93
Cannot convert null literal to non-nullable reference type.
|
build:
Ghis.Controls/Magnifier/Magnifier.cs#L94
Cannot convert null literal to non-nullable reference type.
|
build:
Ghis.Controls/ProgressBars/GhisBusyIndicator.cs#L71
Non-nullable field 'IsBusyIndicationVisibleProperty' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|