Today, we're shipping two new releases:
It's been 2 weeks since the release of 2.6.5 RTM.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
These release notes are a comprehensive list of changes from 2.6.5 to 2.6.6.
BeforeAfterTestAttribute
to be able to be applied at assembly level (in addition to the current support at method and class
level). Use the [assembly: MyBeforeAfterTest]
syntax to add these, and they will be
invoked before and after every test in the assembly.
xunit/xunit#2334