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

Fix Maui Navigation RoutedViewHost #3574

Merged
merged 2 commits into from
Jul 8, 2023
Merged

Conversation

ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Fix for #3563

What is the current behaviour?

Navigation fails to initialise correctly and has multiple null reference exceptions

What is the new behaviour?

Update WinUI and Maui to use Maui as the master instead of Uwp
Navigation now initialises the Root page and null references and index out of bound exceptions are checked for

What might this PR break?

None expected

Please check if the PR fulfils these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

Maui changed to be the Master project instead of Uwp, WinUI references from Maui now.

Update WinUI and Maui to use Maui as the master instead of Uwp
@codecov
Copy link

codecov bot commented Jul 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (36c40d7) 63.91% compared to head (cbbd149) 63.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3574   +/-   ##
=======================================
  Coverage   63.91%   63.91%           
=======================================
  Files         157      157           
  Lines        5783     5783           
=======================================
  Hits         3696     3696           
  Misses       2087     2087           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@glennawatson glennawatson merged commit 5b186ce into main Jul 8, 2023
3 checks passed
@glennawatson glennawatson deleted the CP_MauiNavigationIssue branch July 8, 2023 03:11
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: IScreen.Router.Navigate.Execute not working with ReactiveUI On .net MAUI IOS
2 participants