[BUG] Application crashes under Windows when running in desktop mode #1649
Labels
area/core
Issue/Discussion/PR that has to do with the core of the toolkit
bug
Something isn't working
unverified
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Open the CommunityToolkit.Samples solution and add this line to the csproj to run in Windows desktop mode (not in store mode):
also change the
commandName
inlaunchsettings.json
to"Project"
. Then run the project and try out the "Snackbar" and "ToastBar" examples.The application crashes with some low-level error.
Expected Behavior
A notification window is shown
Steps To Reproduce
See above
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui/
Environment
Anything else?
When running as store app, everything works as expected.
The text was updated successfully, but these errors were encountered: