Skip to content

Try to fix workflow tests #541

Try to fix workflow tests

Try to fix workflow tests #541

Triggered via push May 31, 2024 08:49
Status Failure
Total duration 6m 46s
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#L17
The field 'IrtExtension._nameSpace' is never used
build: Interpreter/IrtExtension.cs#L12
Field 'IrtExtension._com' is never assigned to, and will always have its default value null
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: CommonDialogs/FolderControl.xaml.cs#L97
Nullability of reference types in type of 'event PropertyChangedEventHandler FolderControl.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: CommonDialogs/SqlView.cs#L193
Nullability of reference types in type of 'event PropertyChangedEventHandler SqlView.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: CommonDialogs/FolderBrowser.xaml.cs#L30
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CommonDialogs/FolderBrowser.xaml.cs#L40
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CommonDialogs/FolderControl.xaml.cs#L38
Non-nullable field '_lookUp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CommonDialogs/FolderControl.xaml.cs#L38
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.