Skip to content

no message

no message #53

Triggered via push July 18, 2023 15:44
Status Success
Total duration 8m 31s
Artifacts

blauhaus.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build_macos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L12
Nullability of reference types in return type of 'string? DeviceRegistration.UserId.get' doesn't match implicitly implemented member 'string IDeviceRegistration.UserId.get' (possibly because of nullability attributes).
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L10
Nullability of reference types in return type of 'string? DeviceRegistration.DeviceIdentifier.get' doesn't match implicitly implemented member 'string IDeviceRegistration.DeviceIdentifier.get' (possibly because of nullability attributes).
build_macos: src/Blauhaus.Push.Abstractions/Common/Templates/_Base/PushNotificationTemplate.cs#L8
Cannot convert null literal to non-nullable reference type.
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L9
Non-nullable property 'PushNotificationServiceHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L11
Non-nullable property 'Platform' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_macos: src/Blauhaus.Push.Abstractions/Common/ReservedStrings.cs#L11
'RuntimePlatform.UWP' is obsolete: 'Use Windows instead'
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L12
Nullability of reference types in return type of 'string? DeviceRegistration.UserId.get' doesn't match implicitly implemented member 'string IDeviceRegistration.UserId.get' (possibly because of nullability attributes).
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L10
Nullability of reference types in return type of 'string? DeviceRegistration.DeviceIdentifier.get' doesn't match implicitly implemented member 'string IDeviceRegistration.DeviceIdentifier.get' (possibly because of nullability attributes).
build_macos: src/Blauhaus.Push.Abstractions/Common/Templates/_Base/PushNotificationTemplate.cs#L8
Cannot convert null literal to non-nullable reference type.
build_macos: src/Blauhaus.Push.Abstractions/Server/DeviceRegistration.cs#L9
Non-nullable property 'PushNotificationServiceHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, microsoft/setup-msbuild@v1.0.2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_windows
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/