Top 20 NuGet moq Packages

Moq is the most popular and friendly mocking framework for .NET.
Autofac extension for automocking and creation of mock objects in Moq.
Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. 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 – tha...
Supports checking that Moq setups are executed in sequence.
Testing helpers for using Moq with EntityFramework.
Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page.
Library that provides methods that will help you with mocking Entity Framework Core.
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
Adds relational support to the Microsoft EntityFrameworkCore in-memory database provider by mocking relational operations. EntityFrameworkCore.Testing v1.x = EntityFrameworkCore 2 (2.1.0+) EntityFrameworkCore.Testing v2.x = EntityFrameworkCore 3 EntityFrameworkCore.Testing v3.x = EntityFrameworkCor...
A mocking library that creates LazyCache IAppCache system mocks using Moq.
Enables the Moq's Verify API over the *ILogger* extensions (LogInformation, LogError, etc).
eShopWorld common test stack
JSON and MediaTypeFormatter extensions for skwas.MockHttp.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use Moq. Gracefully handles recursive structures by omitting recursions.
Automock implementation for Moq using Ninject to create the objects under test.
Moq auto mocking integration for Stashbox.
A mocking library that creates Microsoft.Extensions.Caching.Memory IMemoryCache system mocks using Moq.
.NET library to mock HTTP responses for HttpClient and verify request expectations with an experience inspired by Moq.
A .NET library for using MSTest (and Moq) on top of the ChannelAdam Test Framework.
Foq is a lightweight thread-safe mocking library for F#, C#, and VB with a similar API to Moq.