Skip to content

no message

no message #60

Triggered via push August 16, 2023 10:03
Status Success
Total duration 9m 32s
Artifacts

blauhaus.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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/
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.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L56
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
build_macos: src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L92
Possible null reference argument for parameter 'value' in 'Task SecureStorage.SetAsync(string key, string value)'.
build_macos: src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L56
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
build_macos: src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L92
Possible null reference argument for parameter 'value' in 'Task SecureStorage.SetAsync(string key, string value)'.
build_macos: src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L56
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
build_macos: src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L92
Possible null reference argument for parameter 'value' in 'Task SecureStorage.SetAsync(string key, string value)'.
build_macos: src/Blauhaus.DeviceServices.TestHelpers/MockBuilders/DeviceInfoServiceMockBuilder.cs#L19
'IDeviceInfoService.DeviceUniqueIdentifier' is obsolete: 'Prefer GetDeviceIdentifierAsync'
build_macos: src/Blauhaus.DeviceServices.Blazor/Services/BlazorThreadService.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build_macos: src/Blauhaus.DeviceServices.Blazor/Services/BlazorConnectivityService.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.