Replies: 3 comments 1 reply
-
Do you have different configuration of linking, optimization for production/development? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I believe your question belongs to https://github.com/CommunityToolkit/Maui/discussions where it may get more attention. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to here, where it should have been in the first place, thanks @MartyIX |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I set out to convert my popups to V2, build a testbed and tried the new versions of several popups out. Got all that working fine, then moved the code to my production program and they simply do not work. Nothing shows up and they hang indefinitely on the
await
, To debug it I thought I'd try something strictly in line:This shows nothing and waits indefinitely.
It works fine in my testbed, but in the production code using the same environment it shows nothing and the
await
waits indefinitely. This happens in a debug build on both Windows and Android. I've triedclean
and even gone as far as exiting VS, removing obj and bin folders, then restarting it, all to no avail. I presume the Nuget packages are ok because they work fine in the testbed. Has anyone got any ideas?Beta Was this translation helpful? Give feedback.
All reactions