xunit-dependency-injection
xunit-dependency-injection copied to clipboard
:fire: A small library to help .NET developers leverage Microsoft's dependency injection framework in their Xunit-powered test projects
- [ ] #167 - [ ] #168 - [ ] #169 - [ ] #170 - [x] #171 - [ ] #172
The solution implemented under [this issue](https://github.com/chatsuite-io/chatsuite.sdk.net/issues/17) may help to achieve this goal.
We need to remove the following redundant NuGet package from the project: ``` ```
Allows targeting .NET 6 through .NET 9 using the same NuGet package. This is nice for me as some projects are using .NET 8 for LTS and some are on...