Skip to content

Using IDE session endpoint requests outside of Aspire #2355

Answered by davidfowl
epsitec asked this question in Q&A
Discussion options

You must be logged in to vote

So you’re building your own orchestrator/launcher and you want to hook into the debugger the same way aspire does?

You probably need this project capability to begin with. I think this is what makes VS launch with the debug session token and port. Then you have to implement the protocol.

The project capability is here:

<ProjectCapability Include="AspireOrchestration" />

The protocol is here

https://github.com/dotnet/aspire/blob/main/docs/specs/IDE-execution.md

Hope that helps

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@epsitec
Comment options

@davidfowl
Comment options

Answer selected by epsitec
@epsitec
Comment options

@davidfowl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants