bUnit-dev / bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
https://bunit.dev
MIT License
1.11k stars 104 forks source link

Release of new minor version v1.28 #1452

Closed bUnitBot closed 4 months ago

bUnitBot commented 4 months ago

This PR was created in response to a manual trigger of the prepare-release workflow.

Merging this PR will create a GitHub Release and push new packages to NuGet.

NOTE: Only small fixes should be added to this PR at this point. If you need to make minor or major changes, close the PR and make those changes to refs/heads/main instead, and run the prepare-release workflow again once you are done.