MockQueryable.Moq
1.0.4
See the version list below for details.
dotnet add package MockQueryable.Moq --version 1.0.4
NuGet\Install-Package MockQueryable.Moq -Version 1.0.4
<PackageReference Include="MockQueryable.Moq" Version="1.0.4" />
paket add MockQueryable.Moq --version 1.0.4
#r "nuget: MockQueryable.Moq, 1.0.4"
// Install MockQueryable.Moq as a Cake Addin #addin nuget:?package=MockQueryable.Moq&version=1.0.4 // Install MockQueryable.Moq as a Cake Tool #tool nuget:?package=MockQueryable.Moq&version=1.0.4
Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. by Moq
When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
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. |
.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 (>= 1.0.4)
- Moq (>= 4.8.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on MockQueryable.Moq:
Package | Downloads |
---|---|
Reo.Core.Testing
Package Description |
|
Reo.Core.IntegrationTesting
Package Description |
|
Zeesfam.NetLib
Package Description |
|
Reo.Core.Testing.31
Package Description |
|
TNArch.UnitTestSpecification.Core
Package Description |
GitHub repositories (8)
Showing the top 5 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!
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
lkurzyniec/netcore-boilerplate
Boilerplate of API in .NET 8
|
|
Librum-Reader/Librum-Server
The Librum server
|
Version | Downloads | Last updated |
---|---|---|
7.0.4-beta | 2,646 | 9/24/2024 |
7.0.3 | 255,124 | 9/2/2024 |
7.0.2 | 62,872 | 8/20/2024 |
7.0.1 | 1,231,100 | 3/7/2024 |
7.0.0 | 3,133,431 | 11/21/2022 |
6.0.1 | 3,630,183 | 3/28/2022 |
6.0.0 | 185,446 | 3/24/2022 |
5.0.2 | 234,880 | 3/24/2022 |
5.0.1 | 2,331,588 | 5/25/2021 |
5.0.0 | 1,143,821 | 11/12/2020 |
5.0.0-preview.7 | 29,224 | 7/28/2020 |
3.1.3 | 1,806,967 | 5/19/2020 |
3.1.2 | 134,044 | 4/17/2020 |
3.1.1 | 381,169 | 1/25/2020 |
3.0.2 | 44,086 | 12/20/2019 |
3.0.1 | 45,355 | 10/11/2019 |
3.0.0 | 14,659 | 9/30/2019 |
1.1.0 | 632,213 | 2/28/2019 |
1.0.4 | 47,360 | 1/29/2019 |
1.0.3 | 247,724 | 8/30/2018 |
1.0.2 | 74,849 | 1/17/2018 |
1.0.1 | 8,994 | 12/26/2017 |
1.0.0 | 15,119 | 12/26/2017 |
AutoMapper support