Skip to content

Commit

Permalink
Dynamic endpoint discovery is in VS 17.11 (#33138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra authored Jul 23, 2024
1 parent e2861fb commit 179fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/test/http-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Some aspects of `.http` file behavior can be configured. To see what's available

**Endpoints Explorer** is a tool window that shows all the endpoints that a web API defines. The tool enables you to send requests to the endpoints by using an `.http` file.

The initial set of endpoints that **Endpoints Explorer** displays are discovered statically. There are some endpoints that can't be discovered statically. For example, endpoints defined in a class library project can't be discovered until runtime. When you run or debug a web API, Visual Studio also discovers endpoints dynamically at run time and adds those to **Endpoints Explorer**.
The initial set of endpoints that **Endpoints Explorer** displays are discovered statically. There are some endpoints that can't be discovered statically. For example, endpoints defined in a class library project can't be discovered until runtime. When you run or debug a web API, Visual Studio version 17.11 Preview discovers endpoints dynamically at run time also and adds those to **Endpoints Explorer**.

### Open Endpoints Explorer

Expand Down

0 comments on commit 179fa1b

Please sign in to comment.