Metadata >> NuGet >> DbTestMonkey.Providers.SqlServer

DbTestMonkey.Providers.SqlServer

Metadata

Authors Justin Cook
Copyrights Copyright 2015 Justin Cook. All rights reserved.
Description SqlServer specific provider for DbTestMonkey.
Language en-US
LicenseUrl https://github.com/DbTestMonkey/DbTestMonkey/blob/master/License.txt
Owners Justin Cook
ProjectUrl https://github.com/DbTestMonkey/DbTestMonkey
ReleaseNotes v1.0.0 - First stable release. - SQL Server Db Provider and XUnit Test Provider are supported.
RequireLicenseAcceptance False
Tags unit testing database integration sqlserver provider fody managed
Dependencies DbTestMonkey.Contracts:1.0.0|Microsoft.SqlServer.Dac|System.Data.SqlLocalDb
Title DbTestMonkey.Providers.SqlServer
PackageSize 30767
PackageHashAlgorithm SHA512
PackageHash LxgCLzAlvpf4jTL5BC3Rre2/RWWe3FEKXYzgD61DPaXa7QqFtU19vSyAi9uBlvS72MHQ+1cXc1xHgGwH53faNA==
DownloadCount 000000
CreatedDate 2015-09-09T05:25:46

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 DbTestMonkey.Providers.SqlServer -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DbTestMonkey.Providers.SqlServer -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 DbTestMonkey.Providers.SqlServer
Installing the package (HTTP Basic authentication):
Install-Package DbTestMonkey.Providers.SqlServer -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DbTestMonkey.Providers.SqlServer -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DbTestMonkey.Providers.SqlServer

OpenWrap

Installing the package:
o add-wrap DbTestMonkey.Providers.SqlServer
Uninstalling the package:
o remove-wrap DbTestMonkey.Providers.SqlServer

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
1.0.0.31