Build on GitHub Actions π #57
Annotations
12 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "android-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish:
MainPage.xaml.cs#L84
'MainPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
|
Publish:
MainPage.xaml.cs#L86
'MainPage.OnPropertyChanged(string)' hides inherited member 'Element.OnPropertyChanged(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Publish:
MainViewModel.cs#L36
Nullability of reference types in type of 'event PropertyChangedEventHandler MainViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Publish:
DownloadViewModel.cs#L46
Nullability of reference types in type of 'event PropertyChangedEventHandler DownloadViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Publish:
TableOfContentNode.cs#L12
Non-nullable property 'url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
TableOfContentNode.cs#L13
Non-nullable property 'fragment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
TableOfContentNode.cs#L15
Non-nullable property 'filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
TableOfContentNode.cs#L17
Non-nullable property 'label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
TableOfContentNode.cs#L18
Non-nullable property 'full_path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
TableOfContentNode.cs#L19
Non-nullable property 'href' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading