Go back to without popping each page#3048
Conversation
|
@dansiegel As far as debugging goes, it seems to be working reasonably well. However, I am uncertain about the possible use cases and whether the behavior is truly correct. Additionally, I am unsure about the variations I should create in unit tests and struggling with deciding which class to target for unit tests (it should be the PageNavigationServiceFixture class, but it is not currently the subject of unit testing). I apologize for reaching out amidst your busy schedule, but I would appreciate any advice you can provide. |
dansiegel
left a comment
There was a problem hiding this comment.
Be sure to add Unit tests for the new APIs. It would also be good to update the E2E app for manual testing and validation.
|
Also would suggest you break this up into 2 PR's one for GoBack and one for NavigateFrom |
|
Thank you for your advice. |
|
@dansiegel |
|
Thanks for the PR @niimima |
Description of Change
Adding GoBackAsync methods without popping each page and NavigateFromAsync methods without recreating a page.
Bugs Fixed
API Changes
Added:
Changed:
Behavioral Changes
No changes. Only additions of features. We have added casts due to errors in existing extension methods, but there are no changes in behavior.
PR Checklist