VOOZH about

URL: https://www.nuget.org/packages/soenneker.utils.yaml/

⇱ NuGet Gallery | Soenneker.Utils.Yaml 4.0.84




👁 Image
Soenneker.Utils.Yaml 4.0.84

Prefix Reserved
dotnet add package Soenneker.Utils.Yaml --version 4.0.84
 
 
NuGet\Install-Package Soenneker.Utils.Yaml -Version 4.0.84
 
 
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.Utils.Yaml" Version="4.0.84" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.Yaml" Version="4.0.84" />
 
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.Yaml" />
 
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.Utils.Yaml --version 4.0.84
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Utils.Yaml, 4.0.84"
 
 
#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.Utils.Yaml@4.0.84
 
 
#: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.Utils.Yaml&version=4.0.84
 
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Yaml&version=4.0.84
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 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.Utils.Yaml

A utility library handling useful YAML functionalities

Installation

dotnet add package Soenneker.Utils.Yaml

Usage

Register the utility (optional, for DI):

services.AddYamlUtilAsSingleton(); // or AddYamlUtilAsScoped()

Use IYamlUtil for YAML/JSON conversion and validation:

  • ToYaml(object) – Serialize any object to a YAML string.
  • FromYaml<T>(string) – Deserialize YAML to a typed instance.
  • FromYaml(string) – Deserialize YAML to an untyped object (dictionary/list).
  • JsonToYaml(string) – Convert a JSON string to YAML.
  • YamlToJson(string) – Convert a YAML string to JSON.
  • IsValidYaml(string) – Return whether the string is valid YAML.
  • TryFromYaml<T>(string, out T?) – Try to deserialize YAML to T.
Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.Utils.Yaml:

Package Downloads
Soenneker.Coinbase.Runners.OpenApiClients.Cdp

This runner executes a GitHub action that updates another project. It's not meant for consumption.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.84 0 6/18/2026
4.0.83 149 6/17/2026
4.0.82 510 6/17/2026
4.0.81 464 6/17/2026
4.0.80 824 6/14/2026
4.0.79 872 6/11/2026
4.0.78 674 6/10/2026
4.0.77 684 6/9/2026
4.0.76 1,297 6/9/2026
4.0.75 1,102 6/7/2026
4.0.74 454 6/6/2026
4.0.73 521 6/5/2026
4.0.70 806 6/2/2026
4.0.69 3,485 5/22/2026
4.0.68 661 5/13/2026
4.0.67 126 5/13/2026
4.0.66 1,526 5/3/2026
4.0.65 585 5/2/2026
4.0.64 222 5/2/2026
4.0.63 100 5/2/2026
Loading failed

Update actions/checkout action to v7 (#160)

Automatically merged