Dynamic endpoint discovery is in VS 17.11 (#33138)

pull/33140/head
Tom Dykstra 2024-07-22 20:30:56 -07:00 committed by GitHub
parent e2861fb3b9
commit 179fa1b8bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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