This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
fixing build #13
Annotations
1 error and 13 warnings
ci-build (7.0.x, 27)
The process '/bin/sh' failed with exit code 252
|
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/MockComponents.cs#L66
Non-nullable property 'ReceivedClientContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ci-build (7.0.x, 27):
tests/LaunchDarkly.ClientSdk.Tests/MockComponents.cs#L56
Non-nullable property 'Factory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|