We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes if a BottomSheet is opened with exception "Keyed services not supported". I'm using the Prism.DryIoc container.
It works with Microsofts container.
MauiApp1.zip
Run the App and click on button "Open bottom sheet"
Application crashes
Remove UsePrism from MauiProgram
UsePrism
Add builder.Services.AddBottomSheet<PageA>("PageA"); in MauiProgram
builder.Services.AddBottomSheet<PageA>("PageA");
Add in App.xaml.cs
protected override Window CreateWindow(IActivationState? activationState) { return new Window(new NavigationPage(new MainPage(Handler.GetService<IBottomSheetNavigationService>()))); }
.NET MAUI
Android, I was not able test on other platforms
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
App crashes if a BottomSheet is opened with exception "Keyed services not supported". I'm using the Prism.DryIoc container.
It works with Microsofts container.
Steps to Reproduce
MauiApp1.zip
Run the App and click on button "Open bottom sheet"
Application crashes
Remove
UsePrism
from MauiProgramAdd
builder.Services.AddBottomSheet<PageA>("PageA");
in MauiProgramAdd in App.xaml.cs
Platform with bug
.NET MAUI
Affected platforms
Android, I was not able test on other platforms
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: