About 50 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. Introducción a Swashbuckle y ASP.NET Core | Microsoft Learn

    Obtenga información sobre cómo agregar Swashbuckle a un proyecto de ASP.NET Core Web API para integrar la interfaz de usuario de Swagger.

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

    Swashbuckle 有三个主要组成部分: Swashbuckle.AspNetCore.Swagger:将 SwaggerDocument 对象公开为 JSON 终结点的 Swagger 对象模型和中间件。 Swashbuckle.AspNetCore.SwaggerGen:从 …

  4. Introdução ao Swashbuckle e ao ASP.NET Core | Microsoft Learn

    Saiba como adicionar o Swashbuckle ao seu projeto de API Web ASP.NET Core para integrar a interface do usuário do Swagger.

  5. Bien démarrer avec Swashbuckle et ASP.NET Core

    Découvrez comment ajouter Swashbuckle à votre projet d’API web ASP.NET Core pour intégrer l’IU Swagger.

  6. Erste Schritte mit Swashbuckle und ASP.NET Core

    Erfahren Sie, wie Sie Ihren ASP.NET Core-Web-API-Projekten Swashbuckle hinzufügen, um die Swagger-Benutzeroberfläche zu integrieren.

  7. Swashbuckle と ASP.NET Core を始めよう | Microsoft Learn

    Swashbuckle を ASP.NET Core Web API プロジェクトに追加し、Swagger UI を統合する方法について説明します。

  8. 開始使用 Swashbuckle 及 ASP.NET Core | Microsoft Learn

    注意 在 .NET 9 和更新版本中,ASP.NET Core 包含內建的 OpenAPI 支援。 預設不再包含 Swashbuckle,但它仍可作為社群套件使用,您可以手動新增至以 .NET 9 或更新版本為目標的 …

  9. Swagger AddSecurityRequirement Fails After Migrating from .NET 8 to ...

    Dec 4, 2025 · After reviewing your snippet, the main issue is similar to the previous one: Swashbuckle v10 requires a delegate for AddSecurityRequirement, and for OAuth2 you also need to include the …

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

    Feb 23, 2026 · The following instructions apply to projects using Swashbuckle or NSwag with ASP.NET Core 8.0 and earlier. Swagger (OpenAPI) is a language-agnostic specification for describing REST …