Aquarius.ONE.Shared.Config
2.2.0
.NET Core 3.1
Install-Package Aquarius.ONE.Shared.Config -Version 2.2.0
dotnet add package Aquarius.ONE.Shared.Config --version 2.2.0
<PackageReference Include="Aquarius.ONE.Shared.Config" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aquarius.ONE.Shared.Config --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Aquarius.ONE.Shared.Config, 2.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aquarius.ONE.Shared.Config as a Cake Addin
#addin nuget:?package=Aquarius.ONE.Shared.Config&version=2.2.0
// Install Aquarius.ONE.Shared.Config as a Cake Tool
#tool nuget:?package=Aquarius.ONE.Shared.Config&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Configuration package used by apps that are part of the ONE platform, responsible for configuring: logging, exception handling, keyvault, settings.
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 |
.NET Core | netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Aquarius.ONE.Models.CSharp (>= 4.7.1)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.19.0)
- Microsoft.ApplicationInsights.ServiceFabric.Native (>= 2.3.1)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.Extensions.Configuration.AzureKeyVault (>= 3.1.20)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.ApplicationInsights (>= 3.1.0)
- Serilog.Sinks.Async (>= 1.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aquarius.ONE.Shared.Config:
Package | Downloads |
---|---|
Aquarius.ONE.Shared.DataAdapters
Shared DataAdapters package |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 0 | 8/9/2022 |
2.1.0 | 290 | 5/26/2022 |
2.0.1 | 2,104 | 1/19/2022 |
2.0.0 | 177 | 1/18/2022 |
2.0.0-pre-2 | 68 | 1/19/2022 |
2.0.0-pre-1 | 187 | 1/6/2022 |
Version 2.2.0
- Add ScheduleUtility with GetOccurrences for daily, monthly and yearly reccurrence patterns.