You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
rabejens
changed the title
Hot reload does not work with Ionide and VSCode
Hot reload does not work with Ionide and VSCode and with VS
Aug 27, 2024
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 theDebug default project
to have the changes reflected.Steps to reproduce:
code BoleroTestNightly
Debug default project
button, select the Server projectHello World
p { "Hello world" }
to something elseExpected: I see the change
Actual: I still see
Hello world
Followup
With normal Visual Studio, it doesn't work either.
The log contains:
The text was updated successfully, but these errors were encountered: