Clea unttes code #19
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/Charts/ClipWedge.cs#L21
Converting null literal or possible null value to non-nullable type.
|
build:
Ghis.Controls/Charts/ColorConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
|
build:
Ghis.Controls/Charts/ContinuousAxisPanel.cs#L17
Non-nullable field '_parentControl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Ghis.Controls/Charts/DiscreteAxisPanel.cs#L14
Non-nullable field '_parentControl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Ghis.Controls/Charts/ContinuousAxisPanel.cs#L67
Converting null literal or possible null value to non-nullable type.
|
build:
Ghis.Controls/Charts/ContinuousAxisPanel.cs#L70
Nullability of reference types in type of parameter 'sender' of 'void ContinuousAxisPanel.Axis2Panel_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
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.
|