Skip to content

Update dotnet.yml

Update dotnet.yml #809

Triggered via push January 27, 2025 19:27
Status Failure
Total duration 30m 12s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
The job running on runner GitHub Actions 13 has exceeded the maximum execution time of 30 minutes.
build
The operation was canceled.
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/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.