Yardarm 0.6.3

dotnet add package Yardarm --version 0.6.3
                    
NuGet\Install-Package Yardarm -Version 0.6.3
                    
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="Yardarm" Version="0.6.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Yardarm" Version="0.6.3" />
                    
Directory.Packages.props
<PackageReference Include="Yardarm" />
                    
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 Yardarm --version 0.6.3
                    
#r "nuget: Yardarm, 0.6.3"
                    
#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 Yardarm@0.6.3
                    
#: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=Yardarm&version=0.6.3
                    
Install as a Cake Addin
#tool nuget:?package=Yardarm&version=0.6.3
                    
Install as a Cake Tool

Generate C# SDKs directly from OpenAPI 3 specifications using the Roslyn compiler.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (4)

Showing the top 4 NuGet packages that depend on Yardarm:

Package Downloads
Yardarm.NewtonsoftJson

Extension for Yardarm to generate SDKs that use Newtonsoft.Json for JSON serialization.

Yardarm.SystemTextJson

Extension for Yardarm to generate SDKs that use System.Text.Json for JSON serialization.

Yardarm.MicrosoftExtensionsHttp

Extension for Yardarm to generate SDKs that use Microsoft.Extensions.Http for dependency injection.

Yardarm.NodaTime

Extension for Yardarm to generate SDKs that use NodaTime for date/time schemas.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.3 165 2/17/2026
0.6.2 316 12/3/2025
0.6.1 321 7/8/2025
0.6.0 288 5/23/2025
0.6.0-beta0004 276 4/9/2025
0.6.0-beta0003 286 4/8/2025
0.6.0-beta0002 180 1/8/2025
0.6.0-beta0001 196 10/13/2024
0.5.3 279 12/13/2024
0.5.3-beta0001 205 12/13/2024
0.5.2 281 10/11/2024
0.5.1 279 9/19/2024
0.5.0 292 9/10/2024
0.5.0-beta0003 225 8/5/2024
0.5.0-beta0002 222 5/28/2024
0.5.0-beta0001 207 5/28/2024
0.4.1 357 11/21/2023
0.4.0 378 8/29/2023
0.3.8 352 11/21/2023
0.3.7 341 8/16/2023
Loading failed