The VS SDK Test Framework is a library for your unit tests that exercise VS code to use
so that certain core VS functionality works outside the VS process so your unit tests can function.
For example, ThreadHelper
and obtaining global services from the static ServiceProvider
tend to fail in unit tests without this library installed.
Learn more about this package.
This package contains functionality applicable when using Xunit as your test framework.
Learn more about this package.
This project has adopted the Microsoft Open Source Code of Conduct.
See our contributing doc for more info.