Metadata >> NuGet >> xunit.runner.visualstudio

xunit.runner.visualstudio

Metadata

Authors James Newkirk, Brad Wilson
Description Includes support for running xUnit.net v1 and v2 tests from Visual Studio 2012+.
IconUrl https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png
Language en-US
LicenseUrl https://raw.githubusercontent.com/xunit/xunit/master/license.txt
Owners James Newkirk, Brad Wilson
ProjectUrl https://github.com/xunit/xunit
RequireLicenseAcceptance False
Title xUnit.net [Visual Studio]
PackageSize 193064
PackageHashAlgorithm SHA512
PackageHash jGHbn2BmmgeDGSGRgM71XsOP1V7Dz13Xfd1K7ksfMQKFbw2ps1cgfJQKdhSBfUOR2LZxqHHBfyu7No9KuqMkoA==
DownloadCount 000000
CreatedDate 2014-08-10T21:46:10

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install xunit.runner.visualstudio -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install xunit.runner.visualstudio -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package xunit.runner.visualstudio
Installing the package (HTTP Basic authentication):
Install-Package xunit.runner.visualstudio -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package xunit.runner.visualstudio -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package xunit.runner.visualstudio

OpenWrap

Installing the package:
o add-wrap xunit.runner.visualstudio
Uninstalling the package:
o remove-wrap xunit.runner.visualstudio

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.99.8
0.99.7-build1002