DbMocker 1.4.1-alpha
This is a prerelease version of DbMocker.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DbMocker --version 1.4.1-alpha
NuGet\Install-Package DbMocker -Version 1.4.1-alpha
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.4.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbMocker" Version="1.4.1-alpha" />
<PackageReference Include="DbMocker" />
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.4.1-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DbMocker, 1.4.1-alpha"
#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.4.1-alpha
#: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.4.1-alpha&prerelease
#tool nuget:?package=DbMocker&version=1.4.1-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Preview of version 1.5: See GitHub.
- Add a
MockColumnclass to manage the column type. See example using "typed columns" above. - Breaking change: to allow typed MockColumn, the property
MockTable.Columnsis now of type MockColumn[] (previously string[]).
Returns a table using a MockTable.WithColumns() typed columns. In this case, columns are defined using a tuple (ColumnName, ColumnType).
conn.Mocks
.WhenAny()
.ReturnsTable(MockTable.WithColumns(("ID", typeof(int?),
("Name", typeof(string)))
.AddRow(null, "Scott")
.AddRow(2, "Bill"));
| Product | Versions 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.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- No dependencies.
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 | 5,973 | 2/4/2024 |
| 1.26.0 | 97,757 | 3/10/2025 |
| 1.25.0 | 37,192 | 11/9/2024 |
| 1.24.0 | 674 | 11/6/2024 |
| 1.23.0 | 44,906 | 12/19/2023 |
| 1.22.0 | 70,048 | 7/7/2022 |
| 1.21.0 | 15,669 | 11/27/2021 |
| 1.20.0 | 1,641 | 10/8/2021 |
| 1.19.0 | 14,629 | 9/26/2021 |
| 1.18.0 | 83,993 | 2/7/2021 |
| 1.17.0 | 1,382 | 1/25/2021 |
| 1.16.0 | 757 | 1/23/2021 |
| 1.15.0 | 1,115 | 1/13/2021 |
| 1.14.0 | 752 | 1/13/2021 |
| 1.13.0 | 987 | 12/22/2020 |
| 1.12.0 | 773 | 12/14/2020 |
| 1.11.0 | 909 | 11/23/2020 |
| 1.10.0 | 801 | 11/23/2020 |
| 1.9.0 | 798 | 11/12/2020 |
| 1.4.1-alpha | 1,084 | 8/29/2018 |
Loading failed