Skip to content

fix: rename ModelConfig method to Config (#52) #157

fix: rename ModelConfig method to Config (#52)

fix: rename ModelConfig method to Config (#52) #157

Triggered via push November 22, 2024 23:58
Status Success
Total duration 10m 51s
Artifacts
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test (macos-latest): pkgs/sdk/client/src/PlatformSpecific/Connectivity.netstandard.cs#L19
The event 'PlatformConnectivity.ConnectivityChanged' is never used
build-and-test (macos-latest): pkgs/sdk/client/src/PlatformSpecific/Connectivity.netstandard.cs#L19
The event 'PlatformConnectivity.ConnectivityChanged' is never used
build-and-test (macos-latest): pkgs/sdk/client/src/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)
build-and-test (macos-latest): pkgs/sdk/client/src/PlatformSpecific/Connectivity.netstandard.cs#L19
The event 'PlatformConnectivity.ConnectivityChanged' is never used
build-and-test (macos-latest): pkgs/sdk/client/src/PlatformSpecific/Connectivity.netstandard.cs#L19
The event 'PlatformConnectivity.ConnectivityChanged' is never used
build-and-test (macos-latest): pkgs/sdk/client/src/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)
build-and-test (macos-latest)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-and-test (macos-latest)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-and-test (macos-latest): pkgs/sdk/client/src/PlatformSpecific/Connectivity.netstandard.cs#L19
The event 'PlatformConnectivity.ConnectivityChanged' is never used
build-and-test (macos-latest): pkgs/sdk/client/contract-tests/SdkClientEntity.cs#L47
'LdClient.Init(Configuration, User, TimeSpan)' is obsolete: 'User has been superseded by Context, use Init(Configuration, Context, TimeSpan) instead.'