Skip to content

Commit 6dd4f6b

Browse files
CopilotwadepickettCopilot
authored
Clarify Swashbuckle availability in .NET 9+ banner (#36273)
* Initial plan * Clarify Swashbuckle availability banner for .NET 9+ Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @wadepickett Added 2nd link * Clarify OpenAPI and Swashbuckle usage in .NET 9 Updated note on OpenAPI support in .NET 9 and later, clarifying the status of Swashbuckle. * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> Co-authored-by: Wade Pickett <wpickett@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6f5dbe7 commit 6dd4f6b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

aspnetcore/tutorials/getting-started-with-swashbuckle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to add Swashbuckle to your ASP.NET Core web API project t
55
ms.author: wpickett
66
monikerRange: ">= aspnetcore-3.1 <= aspnetcore-8.0"
77
ms.custom: mvc
8-
ms.date: 8/27/2024
8+
ms.date: 10/27/2025
99
uid: tutorials/get-started-with-swashbuckle
1010
---
1111
# Get started with Swashbuckle and ASP.NET Core

aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
:::moniker range=">= aspnetcore-6.0 < aspnetcore-9.0"
33

44
> [!NOTE]
5-
> Swashbuckle is not available in .NET 9 or later. For an alternative, see <xref:fundamentals/openapi/overview?view=aspnetcore-9.0&preserve-view=true>.
5+
> In .NET 9 and later, ASP.NET Core includes built-in OpenAPI support. Swashbuckle is no longer included by default, but it remains available as a community package you can add manually to ASP.NET Core projects targeting .NET 9 or later.
6+
>
7+
> • To understand the built‑in OpenAPI features, see <xref:fundamentals/openapi/overview?view=aspnetcore-9.0&preserve-view=true>.
8+
> • To add and use the Swagger UI provided by the `Swashbuckle.AspNetCore.SwaggerUI` package for interactive exploration or local ad‑hoc testing, see <xref:fundamentals/openapi/using-openapi-documents#use-swagger-ui-for-local-ad-hoc-testing>.
9+
>
10+
>The following instructions apply when using Swashbuckle with .NET versions earlier than 9.
611
712
There are three main components to Swashbuckle:
813

0 commit comments

Comments
 (0)