Microsoft.Extensions.Configuration.FileExtensions 9.0.0-preview.3.24172.9
About
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Additional Documentation
- Configuration in .NET
- Microsoft.Extensions.Configuration.FileConfigurationProvider
- Microsoft.Extensions.Configuration.FileConfigurationExtensions
Feedback & Contributing
Microsoft.Extensions.Configuration.FileExtensions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Showing the top 20 packages that depend on Microsoft.Extensions.Configuration.FileExtensions.
Packages | Downloads |
---|---|
Microsoft.AspNetCore
Microsoft.AspNetCore
|
15 |
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
|
14 |
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
|
15 |
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/be0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8
|
34 |
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
|
18 |
Microsoft.Extensions.Configuration.Ini
INI configuration provider implementation for Microsoft.Extensions.Configuration.
|
14 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
16 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
5,478 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
8,957 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
|
21 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
|
164 |
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
|
14 |
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
|
20 |
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
|
23 |
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
|
147 |
Ocelot
This project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. We have been unable to find this in my current workplace without having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already exists to do this. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
|
15 |
Quantum.FrameworkNetCore
Used for set up Micro-Service.
|
14 |
Quantum.Testing.UnitTest
UnitTest
|
39 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.3.24172.9)
.NET Standard 2.0
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.3.24172.9)
.NET 9.0
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.3.24172.9)
.NET 8.0
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.3.24172.9)
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.3.24172.9)