Skip to content

switched to ilogger on server #63

switched to ilogger on server

switched to ilogger on server #63

Triggered via push September 13, 2024 11:59
Status Failure
Total duration 3m 47s
Artifacts

blauhaus.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
build_windows
Process completed with exit code 1.
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_macos
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build_macos
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build_macos
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build_macos
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build_macos
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
build_macos
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
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 adding the 'required' modifier or 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, microsoft/setup-msbuild@v1.0.2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/