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):
<WindowsPackageType Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">None</WindowsPackageType>
also change the commandName in launchsettings.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
- .NET MAUI CommunityToolkit: Latest
- OS: Windows 10
- .NET MAUI: 8.0
Anything else?
When running as store app, everything works as expected.
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
commandNameinlaunchsettings.jsonto"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.