microsoft / VSProjectSystem

Documentation for extending Visual Studio with new types of projects.
Other
314 stars 88 forks source link

Missing AspireOrchestration in documentation for project capabilities #374

Open epsitec opened 9 months ago

epsitec commented 9 months ago

The project capabilities page lists known values for <ProjectCapability Include="X"/>.

The Aspire hosting SDK uses:

<ProjectCapability Include="AspireOrchestration" />

which does not show up in the provided list. Should it be added here?

See source code and discussion.