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,916 12/26/2022
7.0.8 8,056 12/26/2022
6.0.7 1,750 5/11/2022
6.0.0 431 3/16/2022
6.0.0-beta 247 3/16/2022
5.0.7 7,730 5/11/2022
5.0.6 1,955 3/16/2022
2.0.5 1,020 2/11/2022
2.0.4 421 2/11/2022
2.0.3 454 1/25/2022
2.0.3-beta 216 1/25/2022
2.0.2-beta 219 1/25/2022
2.0.1-beta5 238 1/18/2022
2.0.1-beta 244 1/17/2022
2.0.0-beta2 245 1/17/2022
2.0.0-beta 292 1/17/2022
1.0.24 834 1/24/2022
1.0.23 452 1/19/2022
1.0.22 674 1/12/2022
1.0.22-beta4 222 1/17/2022
1.0.22-beta3 230 1/17/2022
1.0.22-beta 260 1/17/2022
1.0.21 1,128 12/5/2021
1.0.20 938 10/20/2021
1.0.20-beta 233 10/20/2021