Snnnday #23
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/Converters/AdornerContainer.cs#L33
Possible null reference assignment.
|
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/ChartLines.cs#L56
Nullability of reference types in type of parameter 'sender' of 'void ChartLines.VerticalAxisTickPositions_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
Ghis.Controls/Charts/ClipWedge.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Ghis.Controls/Charts/Spectrum/SpectrumAnalyzer.cs#L61
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading