Publish Weekly Xamarin Blazor #49
publish.yml
on: workflow_dispatch
publish-weekly-xamarin-blazor
1m 26s
Annotations
13 warnings
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, JamesIves/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/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/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#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.
|
publish-weekly-xamarin-blazor:
src/BlazorApp/WeeklyXamarin.Core/Extensions/StringExtensions.cs#L7
Possible null reference return.
|