You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(FakeNavigationManager): Do Not set Uri if navigation is prevented… (#1649)
* fix(FakeNavigationManager): Do Not set Uri if navigation is prevented on net7.0 or greater
* Adding changelog, updating FakeNavigatoinManager to not change baseuri on prevention; updating test case to match.
* Also mentioning BaseUri in the changelog.
* restructure tests for navigation prevention.
* Update CHANGELOG.md
Co-authored-by: Steven Giesel <[email protected]>
---------
Co-authored-by: Steven Giesel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [Unreleased]
8
8
9
+
### Fixed
10
+
11
+
- Do not set the `Uri` or `BaseUri` property on the `FakeNavigationManager` if navigation is prevented by a handler on `net7.0` or greater. Reported and fixed by [@ayyron-dev](https://github.com/ayyron-dev) in [#1647](https://github.com/bUnit-dev/bUnit/issues/1647)
0 commit comments