DbTestMonkey.Providers.SqlServer 2.3.0.24

dotnet add package DbTestMonkey.Providers.SqlServer --version 2.3.0.24
NuGet\Install-Package DbTestMonkey.Providers.SqlServer -Version 2.3.0.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DbTestMonkey.Providers.SqlServer" Version="2.3.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbTestMonkey.Providers.SqlServer --version 2.3.0.24
#r "nuget: DbTestMonkey.Providers.SqlServer, 2.3.0.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0.24 1,268 11/18/2019
2.2.0.20 1,660 8/22/2017
2.1.1.18 1,660 9/14/2016
2.1.0.15 1,554 8/22/2016
2.0.4.4 1,668 1/13/2016
2.0.3.2 1,555 1/12/2016
2.0.2.9 1,582 1/11/2016
2.0.0.5 1,767 11/23/2015
1.0.0.31 1,644 9/9/2015

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.