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

Use AbsoluteUri in FakeNavigationManager to preserve escpaed uri's #460

Merged
merged 4 commits into from
Jul 22, 2021
Merged

Use AbsoluteUri in FakeNavigationManager to preserve escpaed uri's #460

merged 4 commits into from
Jul 22, 2021

Conversation

linkdotnet
Copy link
Collaborator

Pull request description

Fixes #458

In theory this is a API breaking change as Uri is different before than after the change.

@dnfadmin
Copy link

dnfadmin commented Jul 21, 2021

CLA assistant check
All CLA requirements met.

@egil
Copy link
Member

egil commented Jul 21, 2021

Thanks for this. I don't see a reason this should affect existing users. Do you?

@linkdotnet
Copy link
Collaborator Author

Only if someone was relying on unescaped url's from the FakeNavigationManager :D

@egil
Copy link
Member

egil commented Jul 21, 2021

Oh yeah, remember to update the changelog.md file accordingly.

Co-authored-by: Egil Hansen <egil@assimilated.dk>
@linkdotnet
Copy link
Collaborator Author

In favor of your latest change. It has less side effects.

egil
egil previously approved these changes Jul 22, 2021
@egil
Copy link
Member

egil commented Jul 22, 2021

Ahh, a can you fix the test? Then ill merge.

@linkdotnet
Copy link
Collaborator Author

Fixed @egil

The test also just tests for the "raw" input aka Uri.OriginalString

@egil egil merged commit ed2b1c3 into bUnit-dev:main Jul 22, 2021
@egil
Copy link
Member

egil commented Jul 22, 2021

Merged. Thank you for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FakeNavigationManager removes encoded uri's
3 participants