Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexinea/extensions.configuration.toml
A TOML configuration provider for Microsoft.Extensions.Configuration.
https://github.com/alexinea/extensions.configuration.toml
Last synced: 2 months ago
JSON representation
A TOML configuration provider for Microsoft.Extensions.Configuration.
- Host: GitHub
- URL: https://github.com/alexinea/extensions.configuration.toml
- Owner: alexinea
- License: apache-2.0
- Created: 2019-12-26T04:07:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T08:01:31.000Z (over 3 years ago)
- Last Synced: 2024-08-08T22:35:52.048Z (5 months ago)
- Language: C#
- Homepage:
- Size: 74.2 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOML Configuration Provider
[![NuGet](https://img.shields.io/nuget/v/Alexinea.Extensions.Configuration.Toml.svg)](https://nuget.org/packages/Alexinea.Extensions.Configuration.Toml)
[![Nuget](https://img.shields.io/nuget/dt/Alexinea.Extensions.Configuration.Toml.svg)](https://nuget.org/packages/Alexinea.Extensions.Configuration.Toml)A Toml format configuration provider for Microsoft.Extensions.Configuration.
Supports following runtimes:
+ .NET 5
+ .NET Core
+ .NET Framework 4.5.1 or higherTips for older versions:
> Toml Configuration Provider provides 1.x, 2.x, and 3.x versions, which correspond to the Microsoft.Extensions.Configuration of the three eras. You can choose the applicable version.
Starting from 5.0, our dependencies will be consistent with Microsoft.Extensions.Configuration.
## Installing
Just install the [provider](https://nuget.org/packages/Alexinea.Extensions.Configuration.Toml) package:
```
PM> Install-Package Alexinea.Extensions.Configuration.Toml
```## Other Providers
+ [Alexinea.Extensons.Configuration.Toml](https://github.com/alexinea/Extensions.Configuration.Toml)
+ [Alexinea.Extensons.Configuration.Yaml](https://github.com/alexinea/Extensions.Configuration.Yaml)## License
Apache License 2.0