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 155 2/17/2026
0.6.2 308 12/3/2025
0.6.1 313 7/8/2025
0.6.0 283 5/23/2025
0.6.0-beta0004 270 4/9/2025
0.6.0-beta0003 281 4/8/2025
0.6.0-beta0002 177 1/8/2025
0.6.0-beta0001 193 10/13/2024
0.5.3 273 12/13/2024
0.5.3-beta0001 200 12/13/2024
0.5.2 274 10/11/2024
0.5.1 253 9/19/2024
0.5.0 286 9/10/2024
0.5.0-beta0003 215 8/5/2024
0.5.0-beta0002 213 5/28/2024
0.5.0-beta0001 203 5/28/2024
0.4.1 353 11/21/2023
0.4.0 374 8/29/2023
0.3.8 343 11/21/2023
0.3.7 339 8/16/2023
Loading failed