NetEscapades.Configuration.Yaml
3.1.0
dotnet add package NetEscapades.Configuration.Yaml --version 3.1.0
NuGet\Install-Package NetEscapades.Configuration.Yaml -Version 3.1.0
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
paket add NetEscapades.Configuration.Yaml --version 3.1.0
#r "nuget: NetEscapades.Configuration.Yaml, 3.1.0"
// Install NetEscapades.Configuration.Yaml as a Cake Addin #addin nuget:?package=NetEscapades.Configuration.Yaml&version=3.1.0 // Install NetEscapades.Configuration.Yaml as a Cake Tool #tool nuget:?package=NetEscapades.Configuration.Yaml&version=3.1.0
YAML configuration provider implementation to use with Microsoft.Extensions.Configuration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 13.0.1)
-
.NETFramework 4.7.2
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 13.0.1)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- YamlDotNet (>= 13.0.1)
NuGet packages (35)
Showing the top 5 NuGet packages that depend on NetEscapades.Configuration.Yaml:
Package | Downloads |
---|---|
Miru
Package Description |
|
Meadow
Core .NET libraries for Wilderness Labs Meadow |
|
Silky.Core
Core components of Silky framework |
|
OpenMod.Core
Core service implementations for OpenMod |
|
Statiq.App
Statiq is a configurable static content generation framework. This library provides everything you need to start using it to make your own static generator. |
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on NetEscapades.Configuration.Yaml:
Repository | Stars |
---|---|
TEdit/Terraria-Map-Editor
TEdit - Terraria Map Editor - TEdit is a stand alone, open source map editor for Terraria. It lets you edit maps just like (almost) paint! It also lets you change world settings (time, bosses downed etc), edit chests and change sign, make epic dungeons, castles, cities, and add rewards for your adventurers!
|
|
real-zony/ZonyLrcToolsX
ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。
|
|
featherhttp/framework
A lightweight low ceremony API for web services.
|
|
doghappy/socket.io-client-csharp
socket.io-client implemention for .NET
|
|
gui-cs/TerminalGuiDesigner
Forms Designer for Terminal.Gui (aka gui.cs)
|
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 1,665,772 | 4/27/2023 |
3.0.0 | 291,436 | 3/9/2023 |
2.2.0 | 3,214,995 | 2/18/2022 |
2.1.0 | 2,666,361 | 12/11/2020 |
2.0.1 | 725,797 | 4/26/2020 |
2.0.0 | 344,816 | 1/6/2020 |
1.6.0 | 1,348,560 | 12/2/2018 |
1.5.0 | 356,024 | 9/22/2018 |
1.4.0 | 52,838 | 7/17/2018 |
1.3.1 | 30,753 | 3/29/2018 |
1.3.0 | 28,066 | 9/7/2017 |
1.2.0 | 85,053 | 9/3/2016 |
1.1.0 | 2,067 | 6/29/2016 |
1.0.3 | 1,727 | 6/12/2016 |
1.0.2 | 1,848 | 6/12/2016 |
1.0.1 | 2,891 | 6/11/2016 |
Features:
* Add support for loading YAML configuration from a Stream instead of a File (#76, #77)
Note that the Stream will be read only once, and will not be disposed.