Skip to content

add some sanity checks #540

add some sanity checks

add some sanity checks #540

Triggered via push May 31, 2024 08:42
Status Failure
Total duration 4m 34s
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: Interpreter/IrtExtension.cs#L60
Unreachable code detected
build: Interpreter/IrtExtension.cs#L12
Field 'IrtExtension._com' is never assigned to, and will always have its default value null
build: Interpreter/IrtExtension.cs#L17
The field 'IrtExtension._nameSpace' is never used
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/SearchParameterViewModel .cs#L116
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/FilterOption.cs#L38
Non-nullable property 'EntryText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.