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

BREAKING: Change OnAppStart to CreateWindow #3041

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Conversation

dansiegel
Copy link
Member

Description of Change

To better align with what Prism/.NET MAUI are doing, the PrismAppBuilder method OnAppStart is being renamed to CreateWindow. This better aligns with where .NET MAUI actually is ultimately invoking the Prism delegate to do the initial navigation and should make the API clearer in aligning with the appropriate method naming used by .NET MAUI

Bugs Fixed

  • n/a

API Changes

Changed:

  • PrismAppBuilder.OnAppStart -> PrismAppBuilder.CreateWindow

Behavioral Changes

none

@dansiegel dansiegel added the MAUI label Jan 6, 2024
@dansiegel dansiegel added this to the Prism 9.0 milestone Jan 6, 2024
@dansiegel dansiegel merged commit 4e69c5f into master Jan 6, 2024
3 checks passed
@dansiegel dansiegel deleted the dev/ds/onappstart branch January 6, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant