1.22.19
Added
- Update bunit templates to support the target framework version of the project. By @linkdotnet.
Fixed
-
Calling
MarkupMatches(RenderFragment)
from a lambda passed to e.g.WaitForAssertion
could lead to a deadlock in certain circumstances. Fixed by @linkdotnet. Reported by @uecasm in #1143. -
Rendering complex component hierarchies could result in a stack overflow. Fixed by @egil.. Reported by @groogiam in #1064.
-
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. Reported by @biohazard999 in #1144.