JetBrains / aspire-plugin

.NET Aspire Plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/23289-aspire
MIT License
58 stars 0 forks source link

Easily add Aspire orchestrator support in existing projects #182

Open thimok opened 3 months ago

thimok commented 3 months ago

In Visual Studio, if you right click a project, under 'add' there is '.NET Aspire Orchestrator Support'.

This adds the project to the apphost as a project reference, adds the AddServiceDefaults() extension method in the Program file of the project, etc.

It would be great if this feature could be added to the plugin.

Foxtrek64 commented 1 week ago

This is also a requirement for following the Aspire course on Microsoft Learn when using Rider.