Soenneker.Extensions.Configuration 4.0.863

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Extensions.Configuration --version 4.0.863
                    
NuGet\Install-Package Soenneker.Extensions.Configuration -Version 4.0.863
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Extensions.Configuration" Version="4.0.863" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.Configuration" Version="4.0.863" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Extensions.Configuration" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Extensions.Configuration --version 4.0.863
                    
#r "nuget: Soenneker.Extensions.Configuration, 4.0.863"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Extensions.Configuration@4.0.863
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Extensions.Configuration&version=4.0.863
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.Configuration&version=4.0.863
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Extensions.Configuration

A collection of helpful IConfiguration extension methods.

Installation

dotnet add package Soenneker.Extensions.Configuration

Quick start

using Soenneker.Extensions.Configuration;

// Given an existing IConfiguration named configuration:
var result = configuration.GetValueStrict(key);

Common operations

  • GetValueStrict() - Retrieves a strongly-typed configuration value for the specified key, and throws if the key is missing or the value is null.
  • GetStringStrict() - Retrieves a required string configuration value for the specified key, throwing if missing or null.
  • GetString() - Retrieves an optional string configuration value for the specified key.
  • LogAll() - Logs all effective key-value pairs from the current IConfiguration instance.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (165)

Showing the top 5 NuGet packages that depend on Soenneker.Extensions.Configuration:

Package Downloads
Soenneker.Utils.BackgroundQueue

A high-performance background Task/ValueTask queue

Soenneker.Extensions.Configuration.Logging

A collection of helpful IConfiguration logging related extension methods

Soenneker.Cosmos.Client

A utility library for Azure Cosmos client accessibility

Soenneker.Blob.Container

A utility library for Azure Blob storage container operations

Soenneker.Validators.Email.Disposable.Online

A validation module checking for disposable email addresses via online sources

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.875 11,370 9/5/2026
4.0.874 23,648 9/4/2026
4.0.873 5,125 9/4/2026
4.0.872 64,398 8/31/2026
4.0.871 15,114 8/31/2026
4.0.870 15,164 8/31/2026
4.0.869 4,748 8/31/2026
4.0.868 12,017 8/30/2026
4.0.867 7,448 8/30/2026
4.0.866 15,319 8/30/2026
4.0.865 3,748 8/30/2026
4.0.864 2,417 8/30/2026
4.0.863 2,150 8/29/2026
4.0.862 7,658 8/29/2026
4.0.861 75,887 8/26/2026
4.0.860 7,928 8/25/2026
4.0.859 6,961 8/25/2026
4.0.858 27,546 8/21/2026
4.0.857 40,070 8/18/2026
4.0.856 40,974 8/12/2026
Loading failed

Update dependency Soenneker.Extensions.String to 4.0.726 (#997)