Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

fixing build

fixing build #14

Triggered via push November 18, 2023 02:21
Status Cancelled
Total duration 23m 30s
Artifacts

ci.yml

on: push
Matrix: ci-build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
ci-build (7.0.x, 27)
The run was canceled by @tanderson-ld.
ci-build (7.0.x, 27)
The operation was canceled.
ci-build (7.0.x, 27): src/LaunchDarkly.ClientSdk/PlatformSpecific/DeviceInfo.maui.cs#L34
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
ci-build (7.0.x, 27): src/LaunchDarkly.ClientSdk/PlatformSpecific/Http.android.cs#L15
'AndroidClientHandler' is obsolete: 'AndroidClientHandler has been deprecated. Use AndroidMessageHandler instead.'
ci-build (7.0.x, 27): src/LaunchDarkly.ClientSdk/PlatformSpecific/LocalStorage.android.cs#L39
This call site is reachable on: 'Android' 33.0 and later. 'PreferenceManager.GetDefaultSharedPreferences(Context?)' is obsoleted on: 'Android' 29.0 and later (This class is obsoleted in this android platform). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
ci-build (7.0.x, 27): src/LaunchDarkly.ClientSdk/PlatformSpecific/DeviceInfo.maui.cs#L34
'DevicePlatform.UWP' is obsolete: 'Use WinUI instead.'
ci-build (7.0.x, 27): src/LaunchDarkly.ClientSdk/PlatformSpecific/Http.android.cs#L15
'AndroidClientHandler' is obsolete: 'AndroidClientHandler has been deprecated. Use AndroidMessageHandler instead.'
ci-build (7.0.x, 27): src/LaunchDarkly.ClientSdk/PlatformSpecific/LocalStorage.android.cs#L39
This call site is reachable on: 'Android' 33.0 and later. 'PreferenceManager.GetDefaultSharedPreferences(Context?)' is obsoleted on: 'Android' 29.0 and later (This class is obsoleted in this android platform). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Tests/LDClientEndToEndTests.cs#L495
Cannot convert null literal to non-nullable reference type.
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Tests/LDClientEndToEndTests.cs#L503
Cannot convert null literal to non-nullable reference type.
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Android.Tests/XunitConsoleLoggingResultChannel.cs#L27
Cannot convert null literal to non-nullable reference type.
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Tests/Internal/DataSources/PollingDataSourceTest.cs#L26
Cannot convert null literal to non-nullable reference type.
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Tests/Internal/DataSources/StreamingDataSourceTest.cs#L28
Cannot convert null literal to non-nullable reference type.
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Tests/ILdClientExtensionsTest.cs#L43
Cannot convert null literal to non-nullable reference type.
ci-build (7.0.x, 27): tests/LaunchDarkly.ClientSdk.Android.Tests/AndroidSpecificTests.cs#L18
Possible null reference argument for parameter 'looper' in 'Handler.Handler(Looper looper)'.