RockLib.Configuration.ObjectFactory
1.2.3
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Configuration.ObjectFactory --version 1.2.3
NuGet\Install-Package RockLib.Configuration.ObjectFactory -Version 1.2.3
<PackageReference Include="RockLib.Configuration.ObjectFactory" Version="1.2.3" />
paket add RockLib.Configuration.ObjectFactory --version 1.2.3
#r "nuget: RockLib.Configuration.ObjectFactory, 1.2.3"
// Install RockLib.Configuration.ObjectFactory as a Cake Addin #addin nuget:?package=RockLib.Configuration.ObjectFactory&version=1.2.3 // Install RockLib.Configuration.ObjectFactory as a Cake Tool #tool nuget:?package=RockLib.Configuration.ObjectFactory&version=1.2.3
Creates objects from IConfiguration and IConfigurationSection objects. A replacement for some of the functionality of Microsoft.Extensions.Configuration.Binder.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- Microsoft.Extensions.Configuration (>= 1.1.2)
-
.NETFramework 4.6.2
- Microsoft.Extensions.Configuration (>= 2.0.0)
-
.NETStandard 1.6
- Microsoft.Extensions.Configuration (>= 1.1.2)
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- System.Reflection.Emit (>= 4.3.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on RockLib.Configuration.ObjectFactory:
Package | Downloads |
---|---|
RockLib.Diagnostics
Makes configuring tracing easy and standardized for .NET Core, .NET Standard, and .NET Framework. |
|
RockLib.Messaging
A simple API for sending and receiving messages. |
|
RockLib.HealthChecks
An implementation of the draft health check RFC located at https://inadarei.github.io/rfc-healthcheck/. |
|
RockLib.Encryption
An easy-to-use crypto API. |
|
RockLib.Serialization
A simple serialization abstraction with To and From extensions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 53,206 | 2/14/2024 |
3.0.0-alpha.1 | 153 | 12/14/2023 |
2.0.2 | 201,841 | 6/7/2022 |
2.0.1 | 2,902 | 4/25/2022 |
2.0.0 | 123,218 | 2/7/2022 |
1.6.9 | 575,358 | 8/11/2021 |
1.6.8 | 242,785 | 5/6/2021 |
1.6.7 | 220,377 | 2/19/2021 |
1.6.6 | 44,862 | 2/12/2021 |
1.6.5 | 267,544 | 8/27/2020 |
1.6.4 | 93,338 | 8/19/2020 |
1.6.3 | 300,688 | 8/14/2020 |
1.6.2 | 96,708 | 7/30/2020 |
1.6.1 | 1,216,139 | 3/20/2019 |
1.6.0 | 3,601 | 3/1/2019 |
1.5.0 | 107,864 | 1/9/2019 |
1.4.0 | 5,065 | 12/21/2018 |
1.3.1 | 17,261 | 12/10/2018 |
1.3.0 | 2,636 | 12/7/2018 |
1.2.3 | 17,312 | 11/7/2018 |
1.2.2 | 21,633 | 10/22/2018 |
1.2.1 | 1,687 | 10/17/2018 |
1.2.0 | 14,446 | 10/12/2018 |
1.1.4 | 82,775 | 9/20/2018 |
1.1.3 | 137,117 | 8/22/2018 |
1.1.2 | 95,096 | 6/7/2018 |
1.1.1 | 114,583 | 3/2/2018 |
1.1.0 | 1,843 | 2/28/2018 |
1.0.0 | 3,803 | 11/18/2017 |
RockLib.Configuration.ObjectFactory version 1.2.3
Fixes two bugs related to members of type `object`:
- If the target type is `object`, and it is being created by a configuration that has a value, then just use the configuration value directly. Previously, a conversion error would occur.
- If the target type is `object`, and it has a default type of string-to-anything dictionary, and if the configuration has an "object" shape, then create the string dictionary from configuration. Previously, an nonsensical error would occur stating that it couldn't convert the dictionary type to the dictionary type.