Skip to content

1.23.9

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 11:06
3142159

Fixed

  • If the renderer was not idle when calling SetParametersAndRender, the method could return before the parameters were set and the component under test had finished rendering. This was a regression that happened in v1.21.9. Reported by @Skintkingle in #1188. Fixed by @egil.

Added

  • net8.0 support
  • Increased timeout of WaitForAssertion to infinite when a debugger is attached. By @linkdotnet.

Fixed

  • AngleSharp IElement extension methods do not work with IRenderedFragment.Find. Reported by a2er. Fixed by @linkdotnet.