Releases: pengweiqhca/Xunit.DependencyInjection
Releases · pengweiqhca/Xunit.DependencyInjection
9.7.0
Fix #134
Full Changelog: 9.6.0...9.7.0
9.6.0
- Support required property on test class.
Full Changelog: 9.5.0...9.6.0
9.5.0
What's Changed
- Fixing TheoryData of T evaluation by @cmeyertons in #132
- Add support for BuildHostApplicationBuilder by @gilmar-sales in #124
New Contributors
- @cmeyertons made their first contribution in #132
- @gilmar-sales made their first contribution in #124
Full Changelog: 9.4.0...9.5.0
9.4.0
9.3.0
Full Changelog: 9.2.0...9.3.0
9.2.0
Full Changelog: 9.1.0...9.2.0
9.1.0
Support [FromKeyedService]
Full Changelog: 9.0.0...9.1.0
9.0.0
What's Changed
- Add License Metadata to Package by @wsugarman in #65
- xRetry integration by @JoshKeegan in #75
- xRetry v1.9 released by @JoshKeegan in #77
- Fixed a bug when shared host was not actually shared by @olegtarasov in #79
- Fix ci build by @WeihanLi in #81
- README link broken (have replaced) by @jacksorjacksor in #83
- Added Startup method for BuildHost by @erinloy in #88
- fix ci by @WeihanLi in #91
- feat: add Minimal api support by @WeihanLi in #90
- Extends the test framework to execute tests in parallel by @pengweiqhca in #94
- Update README.md by @WeihanLi in #96
- docs: improve README.md by @WeihanLi in #97
- docs: Update README.md by @WeihanLi in #98
- update Xunit.DependencyInjection.Template by @WeihanLi in #100
- add UseTestServerAndClient extension by @WeihanLi in #101
- docs: update template README.md by @WeihanLi in #102
- use primary constructor by @WeihanLi in #105
- docs: mention package reference for logging feature by @WeihanLi in #106
- support configure
HostApplicationBuilder
by @WeihanLi in #116
New Contributors
- @wsugarman made their first contribution in #65
- @JoshKeegan made their first contribution in #75
- @olegtarasov made their first contribution in #79
- @jacksorjacksor made their first contribution in #83
- @erinloy made their first contribution in #88
Full Changelog: 8.2.0...9.0.0
Support IAsyncDisposable
- Fix #60: Support IAsyncDisposable
- Upgrade C# version to 10
Startup allow static method or class
- Startup allow static method or class (like Asp.Net Core startup)
- Update project template