Advexp.Settings.Cloud.Evaluation
2.7.0
Requires NuGet 2.8.1 or higher.
dotnet add package Advexp.Settings.Cloud.Evaluation --version 2.7.0
NuGet\Install-Package Advexp.Settings.Cloud.Evaluation -Version 2.7.0
<PackageReference Include="Advexp.Settings.Cloud.Evaluation" Version="2.7.0" />
paket add Advexp.Settings.Cloud.Evaluation --version 2.7.0
#r "nuget: Advexp.Settings.Cloud.Evaluation, 2.7.0"
// Install Advexp.Settings.Cloud.Evaluation as a Cake Addin
#addin nuget:?package=Advexp.Settings.Cloud.Evaluation&version=2.7.0
// Install Advexp.Settings.Cloud.Evaluation as a Cake Tool
#tool nuget:?package=Advexp.Settings.Cloud.Evaluation&version=2.7.0
Create cross-platform .NET app settings and configuration for Windows, .NET Core, Xamarin.Mac, Xamarin.iOS or Xamarin.Android.
Save settings locally or to the cloud in native format.
Configure your app by using Microsoft.Extensions.Configuration library.
Save settings to the cloud and sync between iOS devises by using iCloud service.
Save settings to the cloud and sync them across different devices by using the Amazon Cognito Sync service.
Remotely configure your mobile app by using Google Firebase Remote Config service.
Load cryptographic keys and secrets by using Microsoft Azure Key Vault service.
Support any built-in or user-defined types which can be saved as a setting.
Save settings as dynamic parameters (name - value pairs).
It use Apple iCloud to enable syncing between iOS devices.
More informations about this service you can find here:
https://developer.apple.com/icloud/
It use Amazon Cognito Sync to enables cross-device syncing of application-related user data.
More informations about this service you can find here:
http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html
It use Google Firebase Remote Config to remotely configure your mobile app.
More informations about this service you can find here:
https://firebase.google.com/docs/remote-config
It use Microsoft Azure Key Vault to load cryptographic keys and secrets.
More informations about this service you can find here:
https://azure.microsoft.com/en-us/services/key-vault
It use Microsoft.Extensions.Configuration to configure your app locally.
More informations about this library you can find here:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration
Supported platforms:
.NET Framework
.NET Core
.NET Standard
UWP
Xamarin.Mac
Xamarin.iOS
Xamarin.Android
Supported 3rd party libraries:
Microsoft.Extensions.Configuration - configuration in ASP.NET Core. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration
InAppSettingsKit - allows settings to be in-app in addition to being in the Settings app. Xamarin.InAppSettingsKit
Supported cloud services:
Apple iCloud - https://developer.apple.com/icloud
Microsoft Azure Key Vault - https://azure.microsoft.com/en-us/services/key-vault
Google Firebase Remote Config - https://firebase.google.com/docs/remote-config
Amazon Cognito Sync - http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html
Project home page:
https://advexp.bitbucket.io/
NuGet package "Advexp.Settings Local" you can download here:
Advexp.Settings.Local
Samples, Unit Tests and additional information you can find here:
https://bitbucket.org/advexp/component-advexp.settings
NuGet package "Advexp.Settings Cloud", full version, you can buy here:
https://advexp.bitbucket.io/
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10 uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Add Microsoft.Extensions.Configuration support
For more information visit https://bitbucket.org/advexp/component-advexp.settings/src/default/CHANGELOG.md