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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@ All notable changes to **bUnit** will be documented in this file. The project ad
10
10
11
11
- Update bunit templates to support the target framework version of the project. By [@linkdotnet](https://github.com/linkdotnet).
12
12
13
+
### Fixed
14
+
15
+
- Calling `MarkupMatches(RenderFragment)` from a lambda passed to e.g. `WaitForAssertion` could lead to a deadlock in certain circumstances. Fixed by [@linkdotnet](https://github.com/linkdotnet). Reported by [@uecasm](https://github.com/uecasm) in https://github.com/bUnit-dev/bUnit/issues/1143.
16
+
17
+
- Rendering complex component hierarchies could result in a stack overflow. Fixed by [@egil](https://github.com/egil).. Reported by [@groogiam](https://github.com/groogiam) in https://github.com/bUnit-dev/bUnit/issues/1064.
18
+
19
+
- Remove capturing and dispatching markup updates to test frameworks synchronization context again. This could cause deadlocks and does not have any impact on test stability. Fixed by [@egil](https://github.com/egil). Reported by [@biohazard999](https://github.com/biohazard999) in https://github.com/bUnit-dev/bUnit/issues/1144.
0 commit comments