1.6 KiB
1.6 KiB
Visual Studio SDK Test Framework
Microsoft.VisualStudio.Sdk.TestFramework
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.
Microsoft.VisualStudio.Sdk.TestFramework.Xunit
This package contains functionality applicable when using Xunit as your test framework.
Learn more about this package.
Contributing
This project has adopted the Microsoft Open Source Code of Conduct.
See our contributing doc for more info.