no message #63
Annotations
11 warnings
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/
|
src/Blauhaus.DeviceServices.TestHelpers/MockBuilders/DeviceInfoServiceMockBuilder.cs#L19
'IDeviceInfoService.DeviceUniqueIdentifier' is obsolete: 'Prefer GetDeviceIdentifierAsync'
|
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.
|
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.
|
src/Blauhaus.DeviceServices.Blazor/Services/BlazorThreadService.cs#L43
Possible null reference return.
|
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.
|
src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L56
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
|
src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L92
Possible null reference argument for parameter 'value' in 'Task SecureStorage.SetAsync(string key, string value)'.
|
src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L56
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
|
src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L92
Possible null reference argument for parameter 'value' in 'Task SecureStorage.SetAsync(string key, string value)'.
|
src/Blauhaus.DeviceServices.Maui/Common/BaseDeviceInfoService.cs#L56
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
|
The logs for this run have expired and are no longer available.
Loading