About 18,000 results
Open links in new tab
  1. Get started with Swashbuckle and ASP.NET Core

    Oct 27, 2025 · Learn how to add Swashbuckle to your ASP.NET Core web API project to integrate the Swagger UI.

  2. Swashbuckle 和 ASP.NET Core 入门 | Microsoft Learn

    了解如何将 Swashbuckle 添加到 ASP.NET Core web API 项目中以集成 Swagger UI。

  3. ASP.NET Core web API documentation with Swagger / OpenAPI

    Aug 26, 2024 · Both Swashbuckle and NSwag include an embedded version of Swagger UI, so that it can be hosted in your ASP.NET Core app using a middleware registration call. The web …

  4. Generate OpenAPI documents | Microsoft Learn

    Sep 23, 2025 · A minimal API app can describe the OpenAPI specification for route handlers using Swashbuckle. For information about support for OpenAPI in controller-based APIs, see …

  5. Get started with NSwag and ASP.NET Core | Microsoft Learn

    Feb 7, 2025 · Learn how to use NSwag to generate documentation and help pages for an ASP.NET Core web API.

  6. Use the generated OpenAPI documents | Microsoft Learn

    Aug 8, 2025 · The Swashbuckle.AspNetCore.SwaggerUi package provides a bundle of Swagger UI's web assets for use in apps. This package can be used to render a UI for the generated …

  7. Swagger will not generate swagger.json file although the …

    Dec 5, 2023 · Check the published file path, make sure the path or folder name not contains the spaces. Install the Swashbuckle.AspNetCore.SwaggerGen package. Ref: discussion thread I …

  8. Use OpenAPI with gRPC JSON transcoding ASP.NET Core apps

    Feb 21, 2025 · Get started To enable OpenAPI with gRPC JSON transcoding: Setup gRPC JSON transcoding by following the getting started instructions. Add a package reference to …

  9. NuGet Error NU1008 | Microsoft Learn

    May 12, 2025 · The following PackageReference items cannot define a value for Version: PackageName. Projects using Central Package Management must define a Version value on …

  10. Get started with Swashbuckle and ASP.NET Core - Code Samples

    May 28, 2025 · Learn how to add Swashbuckle to your ASP.NET Core web API project to integrate the Swagger UI.