MockQueryable.Moq
3.1.2
See the version list below for details.
dotnet add package MockQueryable.Moq --version 3.1.2
NuGet\Install-Package MockQueryable.Moq -Version 3.1.2
<PackageReference Include="MockQueryable.Moq" Version="3.1.2" />
<PackageVersion Include="MockQueryable.Moq" Version="3.1.2" />
<PackageReference Include="MockQueryable.Moq" />
paket add MockQueryable.Moq --version 3.1.2
#r "nuget: MockQueryable.Moq, 3.1.2"
#:package MockQueryable.Moq@3.1.2
#addin nuget:?package=MockQueryable.Moq&version=3.1.2
#tool nuget:?package=MockQueryable.Moq&version=3.1.2
MockQueryable
Extensions for mocking Entity Framework Core (EFCore) operations such ToListAsync, FirstOrDefaultAsync etc. by Moq, NSubstitute or FakeItEasy When writing tests for your application it is often desirable to avoid hitting the database. The extensions allow you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
When should I use it?
If you have something similar to the following code:
var query = _userRepository.GetQueryable();
await query.AnyAsync(x =>...)
await query.FirstOrDefaultAsync(x =>...)
query.CountAsync(x => ...)
query.ToListAsync()
//etc.
and you want to cover it by unit tests
How do I get started?
//1 - create a List<T> with test items
var users = new List<UserEntity>()
{
new UserEntity{LastName = "ExistLastName", DateOfBirth = DateTime.Parse("01/20/2012")},
...
};
//2 - build mock by extension
var mock = users.AsQueryable().BuildMock();
//3 - setup the mock as Queryable for Moq
_userRepository.Setup(x => x.GetQueryable()).Returns(mock.Object);
//3 - setup the mock as Queryable for NSubstitute
_userRepository.GetQueryable().Returns(mock);
//3 - setup the mock as Queryable for FakeItEasy
A.CallTo(() => userRepository.GetQueryable()).Returns(mock);
Do you prefer DbSet?
//2 - build mock by extension
var mock = users.AsQueryable().BuildMockDbSet();
//3 - setup DbSet for Moq
var userRepository = new TestDbSetRepository(mock.Object);
//3 - setup DbSet for NSubstitute or FakeItEasy
var userRepository = new TestDbSetRepository(mock);
Do you use DbQuery?
//2 - build mock by extension
var mock = users.AsQueryable().BuildMockDbQuery();
//3 - setup the mock as Queryable for Moq
_userRepository.Setup(x => x.GetQueryable()).Returns(mock.Object);
//3 - setup the mock as Queryable for NSubstitute
_userRepository.GetQueryable().Returns(mock);
//3 - setup the mock as Queryable for FakeItEasy
A.CallTo(() => userRepository.GetQueryable()).Returns(mock);
Check out the sample project
Where can I get it?
First, install NuGet.
If you are using Moq - then, install MockQueryable.Moq from the package manager console:
PM> Install-Package MockQueryable.Moq
If you are using NSubstitute - then, install MockQueryable.NSubstitute from the package manager console:
PM> Install-Package MockQueryable.NSubstitute
If you are using FakeItEasy - then, install MockQueryable.FakeItEasy from the package manager console:
PM> Install-Package MockQueryable.FakeItEasy
Can I use it with my favorite mock framework?
You can install MockQueryable.Core from the package manager console:
PM> Install-Package MockQueryable.Core
Then make own extension for your favorite mock framework
| 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.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. |
-
.NETStandard 2.0
- MockQueryable.Core (>= 3.1.2)
- Moq (>= 4.8.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on MockQueryable.Moq:
| Package | Downloads |
|---|---|
|
Franz.Common.Testing
Shared utility library for the Franz Framework. |
|
|
Zeesfam.NetLib
Package Description |
|
|
Simpository
Generic read/write repository abstractions for Entity Framework Core. Provides IReadRepository and IWriteRepository with full LINQ and async enumeration support, automatic dependency injection registration from DbContext entity sets, and Moq helpers for unit testing. |
|
|
VG.Infrastructure.EntityFramework.UnitTest
Package Description |
|
|
TestAssist
Essential utilities and helpers for streamlined unit testing in C# |
GitHub repositories (12)
Showing the top 12 popular GitHub repositories that depend on MockQueryable.Moq:
| Repository | Stars |
|---|---|
|
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
|
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
|
lkurzyniec/netcore-boilerplate
Boilerplate of API in .NET 10
|
|
|
Librum-Reader/Librum-Server
The Librum server
|
|
|
RaythaHQ/raytha
Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
|
|
|
carlreid/StreamMaster
A powerful M3U proxy and stream management platform for Plex DVR, Emby, Jellyfin Live TV (and more)
|
|
|
Letterbook/Letterbook
Sustainable federated social media built for open correspondence
|
|
|
SapiensAnatis/Dawnshard
Server emulator for Dragalia Lost
|
|
|
matt-bentley/CleanArchitecture
An opinionated ASP.NET Core solution setup for creating web applications using Clean Architecture and Domain-Driven Design principles.
|
|
|
microsoftgraph/group-membership-management
Group Membership Management (GMM) is a service that dynamically manages the membership of AAD Groups. Groups managed by GMM can have their membership defined using existing AAD Groups and/or custom membership sources.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.8 | 14,945 | 5/16/2026 |
| 10.0.5 | 312,597 | 3/15/2026 |
| 10.0.2 | 260,766 | 1/29/2026 |
| 10.0.1 | 249,027 | 11/22/2025 |
| 10.0.0 | 5,150 | 11/22/2025 |
| 9.0.0 | 366,278 | 10/6/2025 |
| 8.0.1 | 419,960 | 10/6/2025 |
| 8.0.0 | 500,502 | 7/27/2025 |
| 7.0.4-beta | 143,871 | 9/24/2024 |
| 7.0.3 | 7,264,134 | 9/2/2024 |
| 7.0.2 | 243,997 | 8/20/2024 |
| 7.0.1 | 2,776,019 | 3/7/2024 |
| 7.0.0 | 4,810,784 | 11/21/2022 |
| 6.0.1 | 5,115,187 | 3/28/2022 |
| 6.0.0 | 252,663 | 3/24/2022 |
| 5.0.2 | 328,421 | 3/24/2022 |
| 5.0.1 | 2,807,523 | 5/25/2021 |
| 5.0.0 | 1,301,914 | 11/12/2020 |
| 5.0.0-preview.7 | 33,846 | 7/28/2020 |
| 3.1.2 | 150,445 | 4/17/2020 |
Restore support for netstandard2.0