Skip to content

Okaz

Okaz #20

Triggered via push September 2, 2023 11:52
Status Success
Total duration 1m 55s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/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/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/Charts/GeometryOperation.cs#L39
Cannot convert null literal to non-nullable reference type.