small touchups #788
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The target framework 'net5.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
Imaging/CifImageData.cs#L28
Possible null reference return.
|
build:
Imaging/CifProcessing.cs#L124
Dereference of a possibly null reference.
|
build:
Imaging/ImageStreamMedia.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
CommonFilter/FilterWindowView.cs#L64
Nullability of reference types in type of 'event PropertyChangedEventHandler FilterWindowView.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
CommonFilter/SearchParameterViewModel .cs#L139
Nullability of reference types in type of 'event PropertyChangedEventHandler SearchParameterViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
CommonFilter/FilterOption.cs#L38
Non-nullable property 'EntryText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CommonFilter/SearchParameterViewModel .cs#L107
Possible null reference return.
|
build:
CommonFilter/Filter.cs#L44
Non-nullable event 'FilterChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
CommonFilter/SearchParameterViewModel .cs#L116
Possible null reference return.
|
build:
CommonFilter/FilterWindow.xaml.cs#L47
Nullability of reference types in type of parameter 'sender' of 'void FilterWindow.SearchParameterControl_DeleteLogic(object sender, int id)' doesn't match the target delegate 'EventHandler<int>' (possibly because of nullability attributes).
|