This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
fixing build #8
Annotations
1 error and 14 warnings
ci-build (7.0.x, 27)
The process '/bin/sh' failed with exit code 127
|
ci-build (7.0.x, 27):
src/LaunchDarkly.ClientSdk/PlatformSpecific/Connectivity.netstandard.cs#L19
The event 'PlatformConnectivity.ConnectivityChanged' is never used
|
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.Android.Tests/XunitConsoleLoggingResultChannel.cs#L27
Cannot convert null literal to non-nullable reference type.
|
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.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/Internal/AutoEnvContextDecoratorTest.cs#L17
Converting null literal or possible null value to non-nullable type.
|
ci-build (7.0.x, 27):
tests/LaunchDarkly.ClientSdk.Tests/Internal/DataSources/DataSourceUpdateSinkImplTest.cs#L32
Nullable value type may be null.
|