push #708
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Imaging/CifImageData.cs#L28
Possible null reference return.
|
Imaging/CifProcessing.cs#L124
Dereference of a possibly null reference.
|
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'.
|
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'.
|
CommonFilter/SearchParameterViewModel .cs#L107
Possible null reference return.
|
CommonFilter/SearchParameterViewModel .cs#L116
Possible null reference return.
|
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.
|
CommonFilter/SearchParameterViewModel .cs#L27
Non-nullable field '_deleteCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CommonFilter/SearchParameterViewModel .cs#L32
Non-nullable field '_entryText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CommonFilter/SearchParameterViewModel .cs#L133
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading