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 September 23, 2024 10:02
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;