Woksin.Extensions.Configurations
3.1.0
See the version list below for details.
dotnet add package Woksin.Extensions.Configurations --version 3.1.0
NuGet\Install-Package Woksin.Extensions.Configurations -Version 3.1.0
<PackageReference Include="Woksin.Extensions.Configurations" Version="3.1.0" />
paket add Woksin.Extensions.Configurations --version 3.1.0
#r "nuget: Woksin.Extensions.Configurations, 3.1.0"
// Install Woksin.Extensions.Configurations as a Cake Addin #addin nuget:?package=Woksin.Extensions.Configurations&version=3.1.0 // Install Woksin.Extensions.Configurations as a Cake Tool #tool nuget:?package=Woksin.Extensions.Configurations&version=3.1.0
Configuration.Extension
Here I should explain how to use this package...
Setup
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.1)
- Woksin.Extensions.Configurations.Core (>= 3.1.0)
-
net6.0
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.1)
- Woksin.Extensions.Configurations.Core (>= 3.1.0)
-
net7.0
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.1)
- Woksin.Extensions.Configurations.Core (>= 3.1.0)
-
net8.0
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.1)
- Woksin.Extensions.Configurations.Core (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.1 | 1,059 | 3/21/2024 |
3.1.0 | 135 | 3/3/2024 |
3.0.2 | 120 | 2/26/2024 |
3.0.1 | 113 | 2/26/2024 |
3.0.0 | 124 | 2/26/2024 |
2.0.0 | 397 | 11/16/2023 |
1.0.4 | 226 | 9/18/2023 |
1.0.3 | 148 | 9/11/2023 |
1.0.2 | 165 | 8/30/2023 |
1.0.1 | 158 | 8/30/2023 |
1.0.0 | 204 | 8/22/2023 |
1.0.0-rc.3 | 76 | 8/22/2023 |
1.0.0-rc.1 | 76 | 8/22/2023 |
Version 3.1.0:
Follows the theme of the previous PR #30 and Woksin.Extensions.Tenancy 1.1.0 that added functionality to not rely on AsyncLocal tenant context
Added:
- ITenantOptions that can resolve instances of IOptions, IOptionsSnapshot and IOptionsMonitor for tenant configurations. This is very useful when you don't want to be relying on the AsyncLocal tenant context and instead want to resolve tenant options manually.
Changelog:
For all release notes, see changelog (https://github.com/woksin-org/Woksin.Extensions/blob/main/Packages/DotNET/Configurations/CHANGELOG.md)