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.12k stars 104 forks source link

fix: Make solution compilable against net8.0 TFM #1403

Closed linkdotnet closed 6 months ago

linkdotnet commented 6 months ago

Basically makes the branch compilable again.

linkdotnet commented 6 months ago

PS: I can't directly merge to v2 - therefore the PR