A testing framework for Visual Studio extensions
Перейти к файлу
Andrew Arnott 0415b55da9
Merge pull request #196 from microsoft/libtemplateUpdate
Merge latest Library.Template
2024-10-30 17:48:02 -06:00
.azuredevops
.config
.devcontainer
.github
.vscode
azure-pipelines
doc
src
test
tools
.editorconfig
.gitattributes
.gitignore
.prettierrc.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.rsp
Directory.Build.targets
Directory.Packages.props
LICENSE
Microsoft.VisualStudio.Sdk.TestFramework.sln
README.md
SECURITY.md
SUPPORT.md
azure-pipelines.yml
azurepipelines-coverage.yml
global.json
init.cmd
init.ps1
nuget.config
settings.VisualStudio.json
stylecop.json
version.json

README.md

Visual Studio SDK Test Framework

Build Status Join the chat at https://gitter.im/Microsoft/extendvs

Microsoft.VisualStudio.Sdk.TestFramework

NuGet package

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

NuGet package

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.