Skip to content

Publish Weekly Xamarin Blazor #45

Publish Weekly Xamarin Blazor

Publish Weekly Xamarin Blazor #45

Manually triggered May 21, 2024 21:36
Status Success
Total duration 5m 57s
Artifacts

publish.yml

on: workflow_dispatch
publish-weekly-xamarin-blazor
5m 46s
publish-weekly-xamarin-blazor
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
publish-weekly-xamarin-blazor
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, JamesIves/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-weekly-xamarin-blazor
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-weekly-xamarin-blazor
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/NetworkAwareComponent.cs#L14
Nullability of reference types in type of 'event PropertyChangedEventHandler NetworkAwareComponent.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/Component.cs#L9
Nullability of reference types in type of 'event PropertyChangedEventHandler Component.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/Component.cs#L19
Cannot convert null literal to non-nullable reference type.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/Component.cs#L20
Cannot convert null literal to non-nullable reference type.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/Component.cs#L21
Cannot convert null literal to non-nullable reference type.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/Component.cs#L42
Cannot convert null literal to non-nullable reference type.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/AppState.cs#L11
Non-nullable event 'OnChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/AppState.cs#L13
Non-nullable property 'PreviousPage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-weekly-xamarin-blazor: src/BlazorApp/WeeklyXamarin.Core/AppState.cs#L17
Non-nullable property 'PageTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.