[FEATURE] ✨ Add extension point to customize IUnitTest.UnitTests
at project level
#20
Labels
enhancement ✨
New feature or request
IUnitTest.UnitTests
at project level
#20
Is your feature request related to a problem? Please describe.
Due to microsoft/vstest#4014 and coverlet-coverage/coverlet#1391, the library should have a way to override/add settings at project level
Describe the solution you'd like
A
Configure<(DotNetTestSetting, Project)>
that can be used to override/add behavior at project levelDescribe alternatives you've considered
Using the existing
IUnitTests.UnitTestsSettings
Additional context
The text was updated successfully, but these errors were encountered: