microsoft / testfx

MSTest framework and adapter
MIT License
749 stars 255 forks source link

MSTest.Sdk handles library mode #3581

Closed Evangelink closed 2 months ago

Evangelink commented 2 months ago

This pull request includes several changes to allow MSTest.Sdk to be used on infra/shared testing libraries. For these libraries, Microsoft.NET.Test.Sdk, MSTest.TestAdapter and all Microsoft.Testing.Extensions.* packages are not required.

Fixes #3567