Skip to main content
microsoft.extensions.configuration.binder package icon

microsoft.extensions.configuration.binder

Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.

Total Downloads
6.6B
6,626,384,191
Published
Feb 21, 2023
Latest stable version

Install

.NET CLI
dotnet add package microsoft.extensions.configuration.binder --version 8.0.0-preview.1.23110.8
Package Manager Console
Install-Package microsoft.extensions.configuration.binder -Version 8.0.0-preview.1.23110.8
PackageReference
<PackageReference Include="microsoft.extensions.configuration.binder" Version="8.0.0-preview.1.23110.8" />

Frameworks

.NETFramework4.6.2 net6.0 net7.0 net8.0 .NETStandard2.0

Dependencies

[8.0.0-preview.1.23110.8, )
[8.0.0-preview.1.23110.8, )
[8.0.0-preview.1.23110.8, )
[8.0.0-preview.1.23110.8, )
[8.0.0-preview.1.23110.8, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.