David
David
# WORKAROUND Workaround to get it to work **without** debugger attached, in you csproj, add ```xml ``` Edit: This workaround actually works only for XAML based applications, not for CS4markup:...
# WORKAROUND v2 A more complete workaround is, still in your csproj, to add: ```xml None None ``` This fixes the issue for both CSharpMarkup and XAML, however this is...
Hum this is yet another issue 🫤 : looks like your application is not able to initialize Hot-Reload while it was working in your first message. (BTW I noticed that...
Hey @saent-x just found an issue with rider which might explain why your dev server is not connecting back : https://github.com/unoplatform/uno/issues/22013#issuecomment-3647327935