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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

IUserDialogs is now registered in IServiceCollection automatically #2

Merged

Commits on Sep 4, 2023

  1. IUserDialogs is now registered with service collection

    Refactored the MauiAppBuilder extension to be shared by all platforms, add servicecollection registation for instance
    Axemasta committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d65c9e5 View commit details
    Browse the repository at this point in the history
  2. Sample uses injected IUserDialogs

    Replaced static instance access with injected interface, much cleaner!
    Axemasta committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b766290 View commit details
    Browse the repository at this point in the history
  3. Add Register DI Flag

    The host builder can now be updated to indicate whether the IUserdialogs interface can be updated
    Axemasta committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bc2b4d9 View commit details
    Browse the repository at this point in the history