DbTestMonkey.Providers.SqlServer
2.3.0.24
Install-Package DbTestMonkey.Providers.SqlServer -Version 2.3.0.24
dotnet add package DbTestMonkey.Providers.SqlServer --version 2.3.0.24
<PackageReference Include="DbTestMonkey.Providers.SqlServer" Version="2.3.0.24" />
paket add DbTestMonkey.Providers.SqlServer --version 2.3.0.24
#r "nuget: DbTestMonkey.Providers.SqlServer, 2.3.0.24"
// Install DbTestMonkey.Providers.SqlServer as a Cake Addin
#addin nuget:?package=DbTestMonkey.Providers.SqlServer&version=2.3.0.24
// Install DbTestMonkey.Providers.SqlServer as a Cake Tool
#tool nuget:?package=DbTestMonkey.Providers.SqlServer&version=2.3.0.24
SqlServer specific provider for DbTestMonkey.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- DbTestMonkey.Contracts (>= 1.0.0)
- Microsoft.SqlServer.Dac (>= 1.0.3)
- Microsoft.SqlServer.TransactSql.ScriptDom (>= 14.0.3660.1)
- System.Data.SqlLocalDb (>= 1.15.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.1.0 - Added ability to define eligible localdb versions in app config to ensure that even with
old binaries it would still be possible to spawn up legacy localdb instances for issue# 19.
- Reduced brittleness of database deployments by checking whether the physical files had
disappeared for a logical instance and then repairing accordingly.
v2.0.4 - Fixed bug where requesting a connection string from DbTestMonkey via a string property
- would always give a string back without the requested InitialCatalog set.
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.