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

Improve Hot Reload Integration #851

Merged
merged 8 commits into from
Apr 26, 2021
Merged

Improve Hot Reload Integration #851

merged 8 commits into from
Apr 26, 2021

Commits on Apr 23, 2021

  1. Allow for dynamic handler registration

    - Added AppHost as the static root
    - Moved AppHostBuilder.CreateDefaultAppBuilder to AppHost.CreateDefaultBuilder to be consistent with all the other builder frameworks
    - IMauiHandlersServiceProvider.GetCollection() returns the collection that can be used for registration
    - Updated Hot Reload to use the new builder pattern
    mattleibow committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    3984608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238167a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    ad1431e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    3f36d8c View commit details
    Browse the repository at this point in the history
  2. add more info arouns this

    mattleibow committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f4c1b72 View commit details
    Browse the repository at this point in the history
  3. typo

    mattleibow committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8205c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6de4bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3961822 View commit details
    Browse the repository at this point in the history