Create MemoryConfigurationProvider with JSON string or JSON serializable object for Microsoft.Extensions.Configuration using Json.NET.
Info
Version: | 1.0.4 |
Author(s): | [email protected] |
Last Update: | Sunday, April 16, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/iron9light/IL.Extensions |
NuGet Url: | https://www.nuget.org/packages/IL.Extensions.Configuration.Memory.NewtonsoftJson |
Install
Install-Package IL.Extensions.Configuration.Memory.NewtonsoftJson
dotnet add package IL.Extensions.Configuration.Memory.NewtonsoftJson
paket add IL.Extensions.Configuration.Memory.NewtonsoftJson
IL.Extensions.Configuration.Memory.NewtonsoftJson Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.1.0)
- Newtonsoft.Json(>= 12.0.3)
- System.Collections.Immutable(>= 1.7.1)
Tags