pengweiqhca / Xunit.DependencyInjection

Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
MIT License
370 stars 49 forks source link

Live unit testing doesn't work #112

Open Julien-Marpault opened 9 months ago

Julien-Marpault commented 9 months ago

Describe the bug Dependency injection doesn't work with live unit testing because Default Startup is not found.

To Reproduce Steps to reproduce the behavior: Launch unit tests with Live unit testing

Expected behavior Test would run as classic unit tests

Screenshots image