-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
When running the Server app from VSCode through Ionide, Hot Reload does not work, in fact, even restarting the app doesn't respect the changes. I have to click the Stop
button and click the Debug default project
to have the changes reflected.
Steps to reproduce:
- Install latest Bolero templates
dotnet new -i Bolero.Templates::0.24.8-beta
- Create a new app with Nightly dependencies and InteractiveAuto RenderMode
dotnet new bolero-app --name BoleroTestNightly -r InteractiveAuto -m -ni
code BoleroTestNightly
- Open Ionide F# Solution Explorer
- Click
Debug default project
button, select the Server project - Open the site in your browser to see
Hello World
- Change
p { "Hello world" }
to something else - Save the project
- Refresh the page
Expected: I see the change
Actual: I still see Hello world
Followup
With normal Visual Studio, it doesn't work either.
The log contains:
info: Bolero.Templating.Client.SignalRClient[0]
Hot reload connected!
Metadata
Metadata
Assignees
Labels
No labels