Skip to content

Commit

Permalink
Add source code and NuGet package to "configuration-system.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski authored Mar 17, 2024
1 parent 55c3ff7 commit 0b91b85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/articles/dotnet/configuration-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ topics:

The [.NET configuration system](https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration) provides a standardized way of expressing and reading configuration values.

**NuGet Package:** [Microsoft.Extensions.Configuration](https://www.nuget.org/packages/Microsoft.Extensions.Configuration/) \
**Source Code:** <https://github.com/dotnet/runtime/tree/main/src/libraries>

## Hierarchical Configuration Values

**Hierarchical configuration values** are supported out-of-the-box. For example here the logging configuration:
Expand Down

0 comments on commit 0b91b85

Please sign in to comment.