Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Development.ps1 script used by Rendering hosts to leverage .NET6 hot reload functionality #16

Open
robearlam opened this issue May 5, 2022 · 1 comment
Assignees
Labels
blocked Issue is blocked from developement enhancement New feature or request

Comments

@robearlam
Copy link
Member

robearlam commented May 5, 2022

Currently we're using a custom Development.ps1 script to handle reload of the rendering host when code changes in debug mode.

This should be removed in favour of the OOTB Hot Reload functionality now provided by MS, details:
https://devblogs.microsoft.com/dotnet/introducing-net-hot-reload/

@robearlam robearlam added the enhancement New feature or request label Nov 30, 2022
@robearlam robearlam self-assigned this Feb 28, 2023
@robearlam robearlam added the blocked Issue is blocked from developement label May 29, 2023
@robearlam
Copy link
Member Author

This is currently blocked as Hot Reload isn't supported inside of docker yet, see: microsoft/DockerTools#322

This can be revisited when the functionality is released by MS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue is blocked from developement enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant