Skip to content

Releases: pengweiqhca/Xunit.DependencyInjection

9.7.0

21 Nov 13:39
Compare
Choose a tag to compare

Fix #134

Full Changelog: 9.6.0...9.7.0

9.6.0

30 Oct 14:19
Compare
Choose a tag to compare
  • Support required property on test class.

Full Changelog: 9.5.0...9.6.0

9.5.0

11 Oct 01:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.4.0...9.5.0

9.4.0

16 Sep 00:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.0...9.4.0

9.3.0

14 May 01:07
Compare
Choose a tag to compare

Full Changelog: 9.2.0...9.3.0

9.2.0

24 Apr 02:35
Compare
Choose a tag to compare

Full Changelog: 9.1.0...9.2.0

9.1.0

03 Apr 22:24
Compare
Choose a tag to compare

Support [FromKeyedService]

Full Changelog: 9.0.0...9.1.0

9.0.0

18 Mar 01:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.2.0...9.0.0

Support IAsyncDisposable

12 Nov 13:25
Compare
Choose a tag to compare
  • Fix #60: Support IAsyncDisposable
  • Upgrade C# version to 10

Startup allow static method or class

12 Nov 13:24
809de8d
Compare
Choose a tag to compare
  • Startup allow static method or class (like Asp.Net Core startup)
  • Update project template