Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle 7.0.9

dotnet add package Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle --version 7.0.9
NuGet\Install-Package Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle -Version 7.0.9
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="Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle" Version="7.0.9">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle --version 7.0.9
#r "nuget: Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle, 7.0.9"
#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.
// Install Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle as a Cake Addin
#addin nuget:?package=Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle&version=7.0.9

// Install Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle as a Cake Tool
#tool nuget:?package=Stenn.AspNetCore.Versioning.MSBuild.Swashbuckle&version=7.0.9

MSBuild target to run Swashbuckle cli for generate open api specification

This package contains MSBuild target SwaggerGen_GenerateOpenApi to run Swashbuckle cli for generate open api specification during building ASP.Net Core project

Prerequisites

Configuration

  • Add ApiVersions.props file to project's root folder with next content
<Project>

    <PropertyGroup>

        <RunSwaggerGen>True</RunSwaggerGen>

        <SwaggerGenOutputDirectory>open-api</SwaggerGenOutputDirectory>

        <SwaggerGenOutputDirectoryRecreate>True</SwaggerGenOutputDirectoryRecreate>

        <SwaggerGenJsonOutput>True</SwaggerGenJsonOutput>

        <SwaggerGenYamlOutput>False</SwaggerGenYamlOutput>

        <SwaggerGenFileNamePrefix>$(MSBuildProjectName).openapi.</SwaggerGenFileNamePrefix>
    </PropertyGroup>
    
    <ItemGroup>

        <Folder Include="$(SwaggerGenOutputDirectory)"/>
    </ItemGroup>
    
    <ItemGroup>

        <ApiVersion Include="v1" Major="1" Minor="0" Depricated="false" IsDefault="true" />
    </ItemGroup>
    
</Project>

I failed to found a way how to copy file during nuget package installation. If you know a way, please share it with me

  • Add ApiVersion for every api version in ASP.NET core project

    For Swashbuckle cli only Include is metter in ApiVersion item. Other item's metadata value for versioning source generator

##Result

After building the project you will find open api specs file(s) in $(ProjectDirectory)$(SwaggerGenOutputDirectory) destination

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.9 1,348 12/26/2022
7.0.8 8,022 12/26/2022
6.0.7 1,709 5/11/2022
6.0.0 398 3/16/2022
6.0.0-beta 199 3/16/2022
5.0.7 7,694 5/11/2022
5.0.6 1,919 3/16/2022
2.0.5 990 2/11/2022
2.0.4 392 2/11/2022
2.0.3 425 1/25/2022
2.0.3-beta 167 1/25/2022
2.0.2-beta 175 1/25/2022
2.0.1-beta5 197 1/18/2022
2.0.1-beta 206 1/17/2022
2.0.0-beta2 207 1/17/2022
2.0.0-beta 244 1/17/2022
1.0.24 804 1/24/2022
1.0.23 423 1/19/2022
1.0.22 637 1/12/2022
1.0.22-beta4 173 1/17/2022
1.0.22-beta3 184 1/17/2022
1.0.22-beta 218 1/17/2022
1.0.21 1,091 12/5/2021
1.0.20 889 10/20/2021
1.0.20-beta 210 10/20/2021