-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Conversation
Thanks for this. I don't see a reason this should affect existing users. Do you? |
Only if someone was relying on unescaped url's from the FakeNavigationManager :D |
src/bunit.web/TestDoubles/NavigationManager/FakeNavigationManager.cs
Outdated
Show resolved
Hide resolved
Oh yeah, remember to update the changelog.md file accordingly. |
Co-authored-by: Egil Hansen <[email protected]>
In favor of your latest change. It has less side effects. |
Ahh, a can you fix the test? Then ill merge. |
Fixed @egil The test also just tests for the "raw" input aka |
Merged. Thank you for the contribution! |
Pull request description
Fixes #458
In theory this is a API breaking change as Uri is different before than after the change.