Releases: bUnit-dev/bUnit
Releases · bUnit-dev/bUnit
1.37.7
1.36.0
Added
- Bumped .NET 9 version dependencies to stable packages.
1.35.3
Added
- Extension packages (
bunit.generators
andbunit.web.query
) are flagged as stable.
1.34.0
Fixed
- Fixed other packages that have a CVE like
Microsoft.Extensions.Caching.Memory
. Reported by @polajenko. Fixed by @linkdotnet.
1.33.3
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 in8.0.4
.
1.32.7
1.31.3
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
Fixed
UploadFile
doesn't throw an exception when the file size exceeds the maximum allowed size. Reported by @MorneZaayman in #1503. Fixed by @linkdotnet.
1.29.5
Fixed
- CI build changes to force running verification on x64 based AMD CPUs.
1.28.9
Fixed
- bUnit's built-in HTML parser did not correctly parse full HTML documents that included a <!DOCTYPE html> as the first element. Fixed by @egil.
@formname
directive led to anInvalidOperationException
when used on a form element. Reported by @suzu2469 in #1438.
Fixed by @egil/@linkdotnet.
Changed
NavigationManager
is again registered as a singleton instead of scoped.