Skip to content

Instantly share code, notes, and snippets.

View Zefirrat's full-sized avatar

Leonid Pavlov Zefirrat

  • Russian Federation, Republic Bashkortostan, Ufa
View GitHub Profile
@Zefirrat
Zefirrat / MockDbContextAsynced.cs
Last active August 18, 2023 12:21
DbContext helper for moq/mocks with IAsyncQueryable support and easy DbSet mocking
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;