Okaz #20
Annotations
10 warnings
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'.
|
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).
|
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).
|
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.
|
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.
|
Ghis.Controls/Magnifier/Magnifier.cs#L93
Cannot convert null literal to non-nullable reference type.
|
Ghis.Controls/Magnifier/Magnifier.cs#L94
Cannot convert null literal to non-nullable reference type.
|
Ghis.Controls/Charts/ValueExtractor.cs#L66
Dereference of a possibly null reference.
|
Ghis.Controls/Charts/ValueExtractor.cs#L77
Dereference of a possibly null reference.
|
Ghis.Controls/Charts/GeometryOperation.cs#L39
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading