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. Introdução ao Swashbuckle e ao ASP.NET Core | Microsoft Learn

    O Swashbuckle não está mais incluído por padrão, mas ele permanece disponível como um pacote de comunidade que você pode adicionar manualmente aos projetos do ASP.NET Core direcionados ao …

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

    Swashbuckle 必須使用 MVC 的 Microsoft.AspNetCore.Mvc.ApiExplorer 來探索路由和端點。 如果專案呼叫 AddMvc,則會自動探索路由和端點。 呼叫 AddMvcCore 時,必須明確呼叫 AddApiExplorer 方法 …

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

    Swashbuckle 依赖于 MVC 的 Microsoft.AspNetCore.Mvc.ApiExplorer 来发现路由和终结点。 如果项目调用 AddMvc,则自动发现路由和终结点。 调用 AddMvcCore 时,必须显式调用 AddApiExplorer 方法 …

  5. 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 UI looks like …

  6. 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.

  7. 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.

  8. How to enable OpenAPI v3 in in Azure Function isolated model with …

    Nov 25, 2024 · Hello 👋🏼 colleague @Anonymous To enable OpenAPI v3 in Azure Function isolated model with .NET 8.0, you can use the Swashbuckle.AspNetCore NuGet package. Here are the steps to …

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

    Swashbuckle では、MVC の Microsoft.AspNetCore.Mvc.ApiExplorer に依存してルートとエンドポイントが検出されます。 プロジェクトが AddMvc を呼び出すと、ルートとエンドポイントが自動的に …

  10. 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 …