Skip to content

Sync back library

Sync back library #550

Triggered via push June 5, 2024 09:52
Status Failure
Total duration 4m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
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: 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/SearchParameterViewModel .cs#L107
Possible null reference return.
build: CommonFilter/Filter.cs#L43
Non-nullable event 'FilterChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: CommonFilter/SearchParameterViewModel .cs#L116
Possible null reference return.
build: CommonFilter/FilterOption.cs#L38
Non-nullable property 'EntryText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CommonFilter/SearchParameterControl.xaml.cs#L26
Non-nullable event 'DeleteLogic' must contain a non-null value when exiting constructor. Consider 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 declaring the event as nullable.
build: CommonFilter/FilterWindow.xaml.cs#L53
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).