Skip to content
New issue

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

[Bug] Advanced startup navigation causes crash #18

Closed
BurkusCat opened this issue Oct 5, 2023 · 3 comments · Fixed by #25
Closed

[Bug] Advanced startup navigation causes crash #18

BurkusCat opened this issue Oct 5, 2023 · 3 comments · Fixed by #25
Labels
bug Something isn't working

Comments

@BurkusCat
Copy link
Owner

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Use advanced navigation by resolving a service to decide the first navigation:
burkusMvvm.OnStart(async (navigationService) =>
{
    var appStartupService = ServiceResolver.Resolve<IAppStartupService>();
    await appStartupService.NavigateToFirstPage();
});
  1. Observe crash

Expected behavior
The application allows you to resolve dependencies to decide on the navigation.

Screenshots
image

Additional context
Add any other context about the problem here.

@BurkusCat BurkusCat added the bug Something isn't working label Oct 5, 2023
@BurkusCat
Copy link
Owner Author

May end up being fixed by #15

@BurkusCat
Copy link
Owner Author

Reopening as it still appears to occur in some projects

@BurkusCat BurkusCat reopened this Oct 14, 2023
@BurkusCat
Copy link
Owner Author

Closing again as it turned out to be some custom, platform specific WinUI code in a project that was causing the crash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant