DbTestMonkey.Providers.SqlServer
2.0.3.2
See the version list below for details.
dotnet add package DbTestMonkey.Providers.SqlServer --version 2.0.3.2
NuGet\Install-Package DbTestMonkey.Providers.SqlServer -Version 2.0.3.2
<PackageReference Include="DbTestMonkey.Providers.SqlServer" Version="2.0.3.2" />
paket add DbTestMonkey.Providers.SqlServer --version 2.0.3.2
#r "nuget: DbTestMonkey.Providers.SqlServer, 2.0.3.2"
// Install DbTestMonkey.Providers.SqlServer as a Cake Addin #addin nuget:?package=DbTestMonkey.Providers.SqlServer&version=2.0.3.2 // Install DbTestMonkey.Providers.SqlServer as a Cake Tool #tool nuget:?package=DbTestMonkey.Providers.SqlServer&version=2.0.3.2
SqlServer specific provider for DbTestMonkey.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- DbTestMonkey.Contracts (>= 1.0.0)
- Microsoft.SqlServer.Dac (>= 1.0.1)
- System.Data.SqlLocalDb (>= 1.14.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v2.0.3 - Explicitly set the Microsoft.SqlServer.Dac dependency version for issue# 13.
v2.0.2 - Explicitly set the System.Data.SqlLocalDb dependency version for issue# 13.
v2.0.0 - Removed rapidDeployDacpac feature and associated databaseFileStorePath config attribute.
- Fixed dacpacFilePath attribute incorrect casing in configuration.
v1.0.0 - First stable release.
- SQL Server Db Provider and XUnit Test Provider are supported.