no message #63
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
blauhaus.yml
on: push
build_macos
6m 12s
build_windows
5m 6s
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.TestHelpers/MockBuilders/DeviceInfoServiceMockBuilder.cs#L19
'IDeviceInfoService.DeviceUniqueIdentifier' is obsolete: 'Prefer GetDeviceIdentifierAsync'
|
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.
|
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/BlazorThreadService.cs#L43
Possible null reference return.
|
build_macos:
src/Blauhaus.DeviceServices.Blazor/Services/BlazorThreadService.cs#L41
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.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.'
|