DbMocker 1.7.0-Preview2

This is a prerelease version of DbMocker.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DbMocker --version 1.7.0-Preview2
                    
NuGet\Install-Package DbMocker -Version 1.7.0-Preview2
                    
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="DbMocker" Version="1.7.0-Preview2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbMocker" Version="1.7.0-Preview2" />
                    
Directory.Packages.props
<PackageReference Include="DbMocker" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DbMocker --version 1.7.0-Preview2
                    
#r "nuget: DbMocker, 1.7.0-Preview2"
                    
#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.
#:package DbMocker@1.7.0-Preview2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DbMocker&version=1.7.0-Preview2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DbMocker&version=1.7.0-Preview2&prerelease
                    
Install as a Cake Tool

This .NET library simplifies data mocking for UnitTests, to avoid a connection to a relational database.
DbMocker use the standard Microsoft .NET DbConnection object. So, you can mock any toolkit,
including EntityFramework, Dapper or ADO.NET; And for all database servers (SQL Server, Oracle, SQLite).

```
var conn = new MockDbConnection();
conn.Mocks
   .When(cmd => cmd.CommandText.Contains("SELECT COUNT(*) FROM EMP"))
   .ReturnsScalar(14);
```

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DbMocker:

Package Downloads
MockTracer

Base test class for generated code

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DbMocker:

Repository Stars
dtm-labs/client-csharp
The new client for dtm in csharp, including workflow, dtmcli, and dtmgrpc
Version Downloads Last Updated
2.0.1-preview 2,635 2/4/2024
1.26.0 24,099 3/10/2025
1.25.0 24,270 11/9/2024
1.24.0 548 11/6/2024
1.23.0 38,607 12/19/2023
1.22.0 62,264 7/7/2022
1.21.0 15,065 11/27/2021
1.20.0 1,469 10/8/2021
1.19.0 14,097 9/26/2021
1.18.0 75,521 2/7/2021
1.17.0 1,233 1/25/2021
1.16.0 631 1/23/2021
1.15.0 984 1/13/2021
1.14.0 619 1/13/2021
1.13.0 740 12/22/2020
1.12.0 642 12/14/2020
1.11.0 778 11/23/2020
1.10.0 673 11/23/2020
1.9.0 667 11/12/2020
1.8.0 662 11/11/2020
1.7.0-Preview2 744 5/20/2020
1.7.0-Preview1 589 5/20/2020
1.6.0 52,941 4/17/2019
1.5.0 1,727 9/2/2018
1.4.1-alpha 942 8/29/2018
1.4.0 1,245 8/5/2018
1.3.0 1,244 8/2/2018
1.2.0 1,227 7/31/2018
1.1.0 1,555 7/15/2018