-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[iOS] HotReload doesn't work #220
Comments
Isn’t hotreload only for xaml changes ?
On Thu, 16 Dec 2021 at 19:00, nor0x ***@***.***> wrote:
Hello 👋
i have just created a blank new comet app with dotnet new comet and
opened it in vscode with the Comet for .NET Mobile extension version
v0.3.15 installed. I run it on my iOS simulator and try to hotreload
changes but there is nothing updated on the simulator.
Am i doing something wrong or is this a known issue?
Here is a screenrecording
https://user-images.githubusercontent.com/3210391/146415411-3030cce2-8b7f-4707-8192-9bc844aae610.mov
—
Reply to this email directly, view it on GitHub
<#220>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERTKSGGQ3S53DGJG2U3URILKJANCNFSM5KGZ7MDA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Thanks,
Matthew Joughin
Founder / CTO
+27 81 529 7169
http://www.adaptableapps.net
|
Comet has it's own HotReload that you have to initialise like below #if DEBUG |
.NET Hotreloadm(C# and VB.NET) and Xaml Hotreload. |
.NET Hotreload and Xaml Hotreload. |
On macOS 12.1 (Apple M1), latest .NET 6.0.200-preview, latest MAUI preview 12, latest Comet template. I can reproduce the error. I start the debugger without the iOS Simulator running, the app starts up with the following debug log:
Nothing happens when I change the code and save. When I reload the debugger, the HotReload Initialize is False:
|
Hello 👋
i have just created a blank new comet app with
dotnet new comet
and opened it in vscode with theComet for .NET Mobile
extension versionv0.3.15
installed. I run it on my iOS simulator and try to hotreload changes but there is nothing updated on the simulator.Am i doing something wrong or is this a known issue? Sorry if this is the wrong repo - i wasn't sure if i should put it here or into https://github.com/Clancey/vscode-comet ?
Here is a screenrecording
Screen.Recording.2021-12-16.at.16.53.45.mov
The text was updated successfully, but these errors were encountered: