EntityFrameworkCore.Testing.Moq 2.3.3-beta05

This is a prerelease version of EntityFrameworkCore.Testing.Moq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityFrameworkCore.Testing.Moq --version 2.3.3-beta05                
NuGet\Install-Package EntityFrameworkCore.Testing.Moq -Version 2.3.3-beta05                
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="EntityFrameworkCore.Testing.Moq" Version="2.3.3-beta05" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFrameworkCore.Testing.Moq --version 2.3.3-beta05                
#r "nuget: EntityFrameworkCore.Testing.Moq, 2.3.3-beta05"                
#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 EntityFrameworkCore.Testing.Moq as a Cake Addin
#addin nuget:?package=EntityFrameworkCore.Testing.Moq&version=2.3.3-beta05&prerelease

// Install EntityFrameworkCore.Testing.Moq as a Cake Tool
#tool nuget:?package=EntityFrameworkCore.Testing.Moq&version=2.3.3-beta05&prerelease                

EntityFrameworkCore.Testing allows you to create an EntityFrameworkCore DbContext that you can use in your unit tests. It's easy to use (usually just a single line of code) with implementations for both Moq and NSubstitute.

It extends the functionality of an existing database provider by proxying over it. It was designed with the Microsoft in-memory provider in mind with supported operations sent to the database provider and unsupported operations, such as relational operations, handled by EntityFrameworkCore.Testing. While it does not attempt to mock supported operations, it does proxy over them using a mocking framework so you get all of the benefits of the latter such as being able to assert an invocation.

It includes support for queries/keyless db sets, FromSql/FromSqlRaw/FromSqlInterpolated, ExecuteSqlCommand/ExecuteSqlRaw/ExecuteSqlInterpolated, and async LINQ operations.

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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 EntityFrameworkCore.Testing.Moq:

Package Downloads
Nanis.RepositoryCriteria.EntityFrameworkCore

Nanis.RepositoryCriteria.EntityFrameworkCore is a library designed to implement an abstraction of the **Repository** pattern using **Entity Framework**. This library also implements the **Unit of Work** pattern to manage database transactions and commits, and the **Criteria** pattern to build complex queries with logical operators and criteria composition.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.1 3,465 11/27/2024
9.0.1-rc01 86 11/26/2024
9.0.0 677 11/25/2024
9.0.0-rc02 82 11/23/2024
9.0.0-rc01 82 11/23/2024
8.1.1 7,374 11/23/2024
8.1.0 444 11/23/2024
8.1.0-rc01 81 11/23/2024
8.0.0 149,728 11/24/2023
8.0.0-rc01 449 11/19/2023
5.0.0 519,356 1/4/2023
5.0.0-rc01 2,617 12/14/2022
4.0.2 246,141 6/11/2022
4.0.2-rc01 622 6/7/2022
4.0.1 6,943 6/7/2022
4.0.1-rc01 571 5/23/2022
4.0.0 153,363 11/15/2021
4.0.0-net6.preview.5 483 6/18/2021
4.0.0-net6.preview.4 225 5/25/2021
4.0.0-net6.preview.3 246 4/24/2021
3.0.5 10,852 6/11/2022
3.0.4 1,070 6/7/2022
3.0.4-beta01 3,235 5/16/2021
3.0.3 58,635 5/9/2021
3.0.3-rc01 696 5/9/2021
3.0.2 8,511 4/24/2021
3.0.2-rc02 696 4/24/2021
3.0.2-rc01 629 4/24/2021
3.0.1 8,722 4/4/2021
3.0.1-rc01 758 4/4/2021
3.0.0 2,555 3/1/2021
2.4.5 15,179 6/11/2022
2.4.4 886 6/7/2022
2.4.3 84,860 5/15/2021
2.4.2 1,388 4/24/2021
2.4.2-rc01 730 4/24/2021
2.4.1 1,068 4/4/2021
2.4.1-rc01 708 4/4/2021
2.4.0 5,092 3/1/2021
2.3.3-beta05 768 1/28/2021
2.3.2 11,240 11/14/2020
2.3.1 22,752 9/24/2020
2.3.0 15,946 9/20/2020
2.2.2 9,505 7/13/2020
2.2.1 16,483 5/22/2020
2.2.0 4,094 3/8/2020
2.1.0 2,333 1/22/2020
2.0.4 1,113 1/19/2020
2.0.3 1,381 1/5/2020
2.0.3-RC04 950 12/28/2019
2.0.3-RC03 1,041 12/28/2019
2.0.3-RC02 883 12/22/2019
2.0.2 1,919 12/17/2019
2.0.1 1,312 11/14/2019
2.0.0 1,305 11/11/2019
1.3.5 2,352 6/11/2022
1.3.4 1,114 6/7/2022
1.3.3 2,256 5/15/2021
1.3.2 933 4/24/2021
1.3.2-rc01 747 4/24/2021
1.3.1 998 4/4/2021
1.3.1-rc01 771 4/4/2021
1.3.0 3,885 3/1/2021
1.2.1 6,292 11/14/2020
1.2.0 1,328 9/20/2020
1.1.2 2,832 7/13/2020
1.1.1 1,401 5/22/2020
1.1.0 6,637 3/8/2020
1.0.7 3,164 1/19/2020
1.0.6 1,201 1/5/2020
1.0.6-RC04 995 12/28/2019
1.0.6-RC02 925 12/22/2019
1.0.5 1,514 12/17/2019
1.0.4 12,326 11/14/2019
1.0.3 1,245 11/11/2019
1.0.2 2,213 10/27/2019
1.0.1 2,106 10/20/2019
1.0.0 1,334 10/20/2019