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

RegisterNavigationServiceAppStart vs RegisterAppStart #2447

Closed
6 tasks
tofutim opened this issue Dec 8, 2017 · 1 comment · Fixed by #2471
Closed
6 tasks

RegisterNavigationServiceAppStart vs RegisterAppStart #2447

tofutim opened this issue Dec 8, 2017 · 1 comment · Fixed by #2471
Labels
t/bug Bug type up-for-grabs Issues up for grabs by anyone
Milestone

Comments

@tofutim
Copy link
Contributor

tofutim commented Dec 8, 2017

Steps to reproduce 📜

  1. Make a MvxViewModel with an IOC argument, but don't register

  2. Use RegisterNavigationServiceAppStart

Expected behavior 🤔

Tell us what should happen

I should hit an error in the IDE like this

image

Actual behavior 🐛

Tell us what happens instead

The program hangs. (If you replace RegisterNavigationServiceAppStart with the deprecated RegisterAppStart, it does hit the usual error.) This hanging makes things hard to debug.

Configuration 🔧

Version: 5.5.2

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • [ x] 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@nmilcoff nmilcoff added the p/mac macOS platform label Dec 8, 2017
@nmilcoff nmilcoff added t/bug Bug type and removed p/mac macOS platform labels Dec 17, 2017
@nmilcoff
Copy link
Contributor

Thanks for reporting!

@Cheesebaron Cheesebaron added the up-for-grabs Issues up for grabs by anyone label Dec 18, 2017
@martijn00 martijn00 added this to the 6.0.0 milestone Feb 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Bug type up-for-grabs Issues up for grabs by anyone
Development

Successfully merging a pull request may close this issue.

4 participants