Skip to content

Initial commit

Initial commit #54

Triggered via push April 2, 2024 20:31
Status Failure
Total duration 9m 35s
Artifacts

main.yml

on: push
Matrix: build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build-and-publish (macos, macos-14)
Process completed with exit code 1.
build-and-publish (windows, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: xt0rted/dotnet-format-problem-matcher@b90c4f18e3daa4f8fd266e41eba4f351b2e00b75. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-publish (windows, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: xt0rted/dotnet-format-problem-matcher@b90c4f18e3daa4f8fd266e41eba4f351b2e00b75. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-publish (windows, windows-latest): src/Verifable/MainPageViewModel.cs#L16
Nullability of reference types in type of 'event PropertyChangedEventHandler MainPageViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-publish (windows, windows-latest): src/Verifable/MainPageViewModel.cs#L16
Nullability of reference types in type of 'event PropertyChangedEventHandler MainPageViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-publish (windows, windows-latest): src/Verifable/MainPageViewModel.cs#L20
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-and-publish (windows, windows-latest): src/Verifable/MainPageViewModel.cs#L20
Non-nullable property 'ReactiveObserver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish (windows, windows-latest): src/Verifable/App.xaml.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-publish (windows, windows-latest): src/Verifable/App.xaml.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-publish (windows, windows-latest): src/Verifable/App.xaml.cs#L28
The variable 'ex' is declared but never used
build-and-publish (windows, windows-latest): src/Verifable/App.xaml.cs#L28
The variable 'ex' is declared but never used
build-and-publish (windows, windows-latest): src/Verifable/MainPageViewModel.cs#L20
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-and-publish (windows, windows-latest): src/Verifable/AboutPage.xaml.cs#L5
Member 'count' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)