A testing framework for Visual Studio extensions
Перейти к файлу
murphymcquet-msft 5427aad533
Add support for unit-testing client callbacks on brokered services (#194)
2024-07-31 17:08:34 -06:00
.azuredevops Enable dependabot for Azure Repos 2023-06-07 14:30:51 -06:00
.config Bump powershell from 7.4.2 to 7.4.3 (#275) 2024-06-24 09:07:14 -06:00
.devcontainer Bump .NET SDK to 8.0.300 2024-05-21 14:45:12 -06:00
.github Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2023-12-13 12:48:43 -07:00
.vscode Merge remote-tracking branch 'origin/main' into microbuild 2024-03-04 14:48:34 -07:00
azure-pipelines Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-07-03 11:21:42 -06:00
doc Move MockedVS class and actually pack in contentFiles 2022-01-10 17:48:38 -07:00
src Add support for unit-testing client callbacks on brokered services (#194) 2024-07-31 17:08:34 -06:00
test Add support for unit-testing client callbacks on brokered services (#194) 2024-07-31 17:08:34 -06:00
tools Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2023-05-01 09:52:00 -06:00
.editorconfig Use spaces for xml config files 2024-05-19 10:54:37 -06:00
.gitattributes Use LF line endings for plist files 2023-02-16 13:02:03 -07:00
.gitignore Ignore .sarif files 2024-06-28 07:03:43 -06:00
.prettierrc.yaml Recommend prettier 2024-02-09 19:54:55 +00:00
CODE_OF_CONDUCT.md Add OSS files 2020-02-25 14:27:54 -07:00
CONTRIBUTING.md Merge remote-tracking branch 'libtemplate/microbuild' into libtemplate 2022-11-15 11:40:00 -07:00
Directory.Build.props Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-07-03 11:21:42 -06:00
Directory.Build.rsp Apply Library.Template updates 2020-10-20 16:34:54 -06:00
Directory.Build.targets Merge branch 'main' into microbuild 2024-06-28 12:18:16 -06:00
Directory.Packages.props Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-06-18 16:20:01 -06:00
LICENSE Replace company name placeholders 2020-03-02 15:32:17 -07:00
Microsoft.VisualStudio.Sdk.TestFramework.sln Merge remote-tracking branch 'libtemplate/microbuild' into libtemplate 2022-11-15 11:40:00 -07:00
README.md Restructure README files for inclusion in nuget packages 2023-06-28 11:31:33 -06:00
SECURITY.md Merge branch 'main' into microbuild 2022-09-06 13:39:29 -06:00
SUPPORT.md Apply latest from https://github.com/aarnott/Library.Template 2021-11-18 21:46:09 -07:00
azure-pipelines.yml Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-03-14 17:19:07 -06:00
global.json Bump .NET SDK to 8.0.300 2024-05-21 14:45:12 -06:00
init.cmd Apply Library.Template updates 2020-10-20 16:34:54 -06:00
init.ps1 Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-02-06 15:23:56 -07:00
nuget.config Drop test-tools as a nuget feed source 2023-02-27 15:23:59 -07:00
settings.VisualStudio.json Enable auto-format on save in VS and VS Code 2023-11-22 13:42:47 -07:00
stylecop.json Merge branch 'main' into microbuild 2022-05-24 12:56:31 -06:00
version.json Stabilize packages (#185) 2024-06-05 19:06:04 +00:00

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.