Dynamic endpoint discovery is in VS 17.11 (#33138)
parent
e2861fb3b9
commit
179fa1b8bb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue