microsoft/vssdktestfx
C#
Captured source
source ↗microsoft/vssdktestfx
Description: A testing framework for Visual Studio extensions
Language: C#
License: MIT
Stars: 22
Forks: 9
Open issues: 8
Created: 2020-02-25T18:23:18Z
Pushed: 2026-06-20T06:27:46Z
Default branch: main
Fork: no
Archived: no
README:
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](src/Microsoft.VisualStudio.Sdk.TestFramework/README.md).
Microsoft.VisualStudio.Sdk.TestFramework.Xunit
This package contains functionality applicable when using Xunit v2 as your test framework.
[Learn more about this package](src/Microsoft.VisualStudio.Sdk.TestFramework.Xunit/README.md).
Microsoft.VisualStudio.Sdk.TestFramework.Xunit.v3
This package contains functionality applicable when using Xunit v3 as your test framework.
[Learn more about this package](src/Microsoft.VisualStudio.Sdk.TestFramework.Xunit.v3/README.md).
Contributing
This project has adopted the Microsoft Open Source Code of Conduct.
See our [contributing doc](CONTRIBUTING.md) for more info.
Notability
notability 1.0/10Routine repo with low stars