Skip to content

Add NavigationService.RemoveForwardEntry #7229

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Symbai
Copy link
Contributor

@Symbai Symbai commented Oct 26, 2022

Fixes #7215

Main PR

Description

There is already an API to remove the first entry from back stack. This PR allows developers to remove the first entry from forward stack. This is currently impossible.

Customer Impact

Customers can now remove items from forward stack.

Regression

No regression

Testing

Risk

No risk

Microsoft Reviewers: Open in CodeFlow

@Symbai Symbai requested a review from a team as a code owner October 26, 2022 06:36
@ghost ghost assigned Symbai Oct 26, 2022
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Oct 26, 2022
@ghost ghost requested review from dipeshmsft and singhashish-wpf October 26, 2022 06:36
@ghost ghost added the Community Contribution A label for all community Contributions label Oct 26, 2022
@lindexi
Copy link
Member

lindexi commented Oct 27, 2022

Look good to me. Thank you @Symbai

@miloush
Copy link
Contributor

miloush commented Nov 10, 2022

Can you comment a bit on whether/how this was tested and why this is no risk?

@Symbai
Copy link
Contributor Author

Symbai commented Nov 11, 2022

Can you comment a bit on whether/how this was tested and why this is no risk?

No risk because it doesn't affect any existing code, its a new API. Tested locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Review Requested Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal] NavigationService.RemoveForwardEntry
4 participants