Publish Weekly Xamarin Blazor #34
Annotations
12 warnings
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/
|
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/
|
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'.
|
src/BlazorApp/WeeklyXamarin.Core/Component.cs#L19
Cannot convert null literal to non-nullable reference type.
|
src/BlazorApp/WeeklyXamarin.Core/Component.cs#L20
Cannot convert null literal to non-nullable reference type.
|
src/BlazorApp/WeeklyXamarin.Core/Component.cs#L21
Cannot convert null literal to non-nullable reference type.
|
src/BlazorApp/WeeklyXamarin.Core/Component.cs#L42
Cannot convert null literal to non-nullable reference type.
|
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'.
|
src/BlazorApp/WeeklyXamarin.Core/NetworkAwareComponent.cs#L29
Cannot convert null literal to non-nullable reference type.
|
src/BlazorApp/WeeklyXamarin.Core/NetworkAwareComponent.cs#L30
Cannot convert null literal to non-nullable reference type.
|
src/BlazorApp/WeeklyXamarin.Core/NetworkAwareComponent.cs#L31
Cannot convert null literal to non-nullable reference type.
|
src/BlazorApp/WeeklyXamarin.Core/NetworkAwareComponent.cs#L32
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading