JetBrains / aspire-plugin

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

Support for automatic reload #200

Closed Kralizek closed 2 months ago

Kralizek commented 3 months ago

Nowadays when I work in Rider on a Aspire-enabled solution I have to choose between the comfort offered by this plugin (database attachment is a crown pearl) and the comfort offered by dotnet watch run the AppHost project.

Ideally, I'd love to be able to use the plugin while retaining the automatic restart of services based on file system modifications.

It would be extra luxury if a service being restarted during a debugging session is automatically attached again.

rafaelldi commented 3 months ago

Hi! dotnet watch uses hot reload as far as I understand. The plugin supports hot reload too. Once you make the changes, you will see such a notification and can apply the changes.

image

Kralizek commented 3 months ago

Is there a way to apply those changes automatically?

rafaelldi commented 3 months ago

It's a feature of the Rider itself, so you can check it here https://www.jetbrains.com/help/rider/Hot_Reload.html

rafaelldi commented 3 months ago

Also you can vote for this feature https://youtrack.jetbrains.com/issue/RIDER-68499/Apply-Hot-Reload-changes-on-file-save

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.