-
-
Notifications
You must be signed in to change notification settings - Fork 221
Fix missing MAUI Shell
navigation breadcrumbs on iOS
#4006
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 missing MAUI Shell
navigation breadcrumbs on iOS
#4006
Conversation
e7f3b63
to
3d5def7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4006 +/- ##
==========================================
+ Coverage 75.73% 76.57% +0.84%
==========================================
Files 357 397 +40
Lines 13466 14517 +1051
Branches 2671 2929 +258
==========================================
+ Hits 10198 11116 +918
- Misses 2593 2685 +92
- Partials 675 716 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for the PR @albyrock87 ! This looks great ❤️ Can think of any way we could add automated tests for this? I'm thinking something like these... not sure how easy/feasible it is to test this particular case though. The only other thing is we need a small description in the CHANGELOG.md file to explain to other users what has changed. In this case, I think the change is a Feature... some people might argue it's a Fix. I'm OK with either of those - it's all just how you squint at it. |
3d5def7
to
7c12652
Compare
@jamescrosswell I'm not able to compile the solution locally, but I've done my best to add a unit test which should pass and cover this PR entirely. |
@albyrock87 Looks like the git submodules didn't pull for you. I'll take a look and push this through. Thanks for all the help on this. |
could you try: |
@albyrock87 looks like CI is unhappy with:
If you could help with this bit so CI is OK we could merge the PR already it seems |
7c12652
to
76f3632
Compare
Shell
navigation breadcrumbs on iOS
@bruno-garcia I've:
|
The submodules don't need to go into .gitignore. It takes sometime to get used to working with it to be honest, yesterday I spent way too much time on that and I worked with these for years. If you run If the diff shows a replaced sha and a new one one, copy the old one, go into the submodule director (which is essentially a different git repo) and
Once you Or simply:
|
So this PR is actually ready to merge. The only thing stopping it now appears to be an issue with
I can't see how this would break in CI though as we're still using Additionally, when I use ... the joys of fragile tooling 😞 |
Managed to get it over the line this time simply by running @albyrock87 big thank you for the PR - it's very much appreciated! |
Fixes #3999