Skip to content

Releases: bUnit-dev/bUnit

1.39.5

04 Apr 16:38
7b86ed8
Compare
Choose a tag to compare

Fixed

  • 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 in #1647
  • Use default renderer properties for AngleSharp. Reported by @jtleaming in [#1692].
  • FindComponents throws an exception, when a base and derived class was searched for. Reported by @BlueDragon709 in [#1691].

1.38.5

12 Jan 15:09
0197657
Compare
Choose a tag to compare

Added

  • Added support for xunit v3 in the bunit.template. By @linkdotnet.

1.37.7

13 Dec 16:18
61cef65
Compare
Choose a tag to compare

Added

  • Added support for RendererInfo and AssignedRenderMode (.net9.0).

1.36.0

12 Nov 20:38
a8f6182
Compare
Choose a tag to compare

Added

  • Bumped .NET 9 version dependencies to stable packages.

1.35.3

12 Nov 20:22
45e2bb0
Compare
Choose a tag to compare

Added

  • Extension packages (bunit.generators and bunit.web.query) are flagged as stable.

1.34.0

01 Nov 09:35
a0cfdc8
Compare
Choose a tag to compare

Fixed

  • Fixed other packages that have a CVE like Microsoft.Extensions.Caching.Memory. Reported by @polajenko. Fixed by @linkdotnet.

1.33.3

11 Oct 14:18
a95c4be
Compare
Choose a tag to compare

Added

  • bunit.generators respect parameters from the base class.
  • Supports components using constructor injection in net9.0.

Fixed

  • Use latest System.Text.Json due to CVE in 8.0.4.

1.32.7

04 Oct 17:35
e095b07
Compare
Choose a tag to compare

Fixed

  • Ensure that a check in WaitForAssertion and related methods is always performed at once before the wait timer is started. If not, the timeout could occure before a wait-for check-condition had been attempted, causing tests to fail without reason. Fixed by @egil.

1.31.3

16 Aug 14:54
fa26750
Compare
Choose a tag to compare

Fixed

  • UploadFile should only throw an exception when the file size exceeds the maximum allowed size. Reported by @candritzky. Fixed by @linkdotnet.

1.30.3

21 Jul 17:38
c2ae00e
Compare
Choose a tag to compare

Fixed

  • UploadFile doesn't throw an exception when the file size exceeds the maximum allowed size. Reported by @MorneZaayman in #1503. Fixed by @linkdotnet.