Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/getting-started-with-swashbuckle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn how to add Swashbuckle to your ASP.NET Core web API project t
ms.author: wpickett
monikerRange: ">= aspnetcore-3.1 <= aspnetcore-8.0"
ms.custom: mvc
ms.date: 8/27/2024
ms.date: 10/27/2025
uid: tutorials/get-started-with-swashbuckle
---
# Get started with Swashbuckle and ASP.NET Core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
:::moniker range=">= aspnetcore-6.0 < aspnetcore-9.0"

> [!NOTE]
> Swashbuckle is not available in .NET 9 or later. For an alternative, see <xref:fundamentals/openapi/overview?view=aspnetcore-9.0&preserve-view=true>.
> 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.
>
> • To understand the built‑in OpenAPI features, see <xref:fundamentals/openapi/overview?view=aspnetcore-9.0&preserve-view=true>.
Comment thread
wadepickett marked this conversation as resolved.
> • 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>.
Comment thread
wadepickett marked this conversation as resolved.
>
>The following instructions apply when using Swashbuckle with .NET versions earlier than 9.

There are three main components to Swashbuckle:
Comment thread
wadepickett marked this conversation as resolved.

Expand Down