VsixTesting allows you to easily test your Visual Studio Extensions.
Info
| Version: | 0.1.78 |
| Author(s): | Jose Torres |
| Last Update: | Friday, November 24, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/josetr/VsixTesting |
| NuGet Url: | https://www.nuget.org/packages/VsixTesting.Xunit |
Install
Install-Package VsixTesting.Xunit
dotnet add package VsixTesting.Xunit
paket add VsixTesting.Xunit
VsixTesting.Xunit Download (Unzip the "nupkg" after downloading)
Dependencies
- EnvDTE(>= 8.0.0)
- System.ValueTuple(>= 4.3.0)
- xunit.extensibility.core(>= 2.3.1)
Tags