Skip to content

Commit

Permalink
Merge pull request #16599 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.2/pr-16597

docs(HotReload): Remove RemoteControl.g.cs details as it is not visible anymore (backport #16597)
  • Loading branch information
agneszitte authored May 7, 2024
2 parents f4d25f6 + f2aff07 commit 5a81710
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/articles/features/working-with-xaml-hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ Hot Reload is supported by Visual Studio for WinAppSDK and provides support in u
- The output window in VS has an output named `Uno Platform` in its drop-down. Diagnostics messages from the VS integration appear there. Changing the MSBuild build output verbosity in `Tools/Options/Projects and Solutions/Build And Run` controls the log level.
- When a file is reloaded, XAML parsing errors will appear in the application's logs, on device or in browser.
- If there are multiple versions of the Uno.WinUI Package present in the solution, the newest will be used, regardless of the started application
- The app does not update its XAML, because the port number in `RemoteControl.g.cs` is `0`.
- Ensure you have the latest version of the Visual Studio extension installed.
- Rebuild the app until the number is different than zero.

### VS Code

Expand Down

0 comments on commit 5a81710

Please sign in to comment.