Open Issues Need Help
View All on GitHubUno Server Project using WMS App, IMPORTANT: This is under Development as I am just starting learning any AspNet stuff and should not taken into production at this point!
AI Summary: Debug mode in a Uno Platform WebAssembly application served from a server project causes incorrect navigation after enabling debugging. The issue occurs when entering debug mode using Shift+Alt+D on the login page, resulting in the browser tab name changing to 'Main' and opening the debug address on the main page instead of the login page. The task involves investigating and resolving this navigation issue within the Uno Platform application, ensuring that debug mode does not interfere with the expected application flow.
Uno Server Project using WMS App, IMPORTANT: This is under Development as I am just starting learning any AspNet stuff and should not taken into production at this point!
AI Summary: Debug and resolve a build issue in a Uno Platform project where setting the server project as startup fails to generate the necessary DLL, resulting in a `FileNotFoundException`. The issue occurs across WebAssembly and Desktop platforms and seems related to the `SetWindowIcon()` method. The task involves analyzing build logs, investigating the provided stack trace and minimized reproduction project, and identifying the root cause of the DLL generation failure.
Uno Server Project using WMS App, IMPORTANT: This is under Development as I am just starting learning any AspNet stuff and should not taken into production at this point!