Skip to content

my way for a skybox #797

my way for a skybox

my way for a skybox #797

Triggered via push January 27, 2025 07:38
Status Failure
Total duration 6h 0m 15s
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 4 has exceeded the maximum execution time of 360 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/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/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).
build: CommonFilter/SearchParameterControl.xaml.cs#L26
Non-nullable event 'DeleteLogic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: CommonFilter/SearchParameterControl.xaml.cs#L37
Non-nullable event 'DeleteLogic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: CommonFilter/FilterWindowView.cs#L58
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.