Library that provides methods that will help you with mocking EntityFrameworkCore.
Stars
278
Forks
31
Watchers
278
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
82
commits
3
commits
3
commits
2
commits
1
commits
1
commits
1
commits
feat: Upgrade to .NET 10.0 and Entity Framework Core 10.0; update project files and changelog
452cae1View on GitHubfix: Update nullable reference types in ReturnsDbSetDynamic methods
48bbd72View on GitHubfeat: Add .editorconfig and Directory.Build.props for consistent code formatting and shared build properties; update Changelog and project metadata
7bb57a9View on GitHubMerge pull request #51 from guillermosaez/bugfix/50-fix-tolistasync-with-cancellationtoken
b84e717View on GitHubfix: Update README badge and remove Azure Pipelines configuration
a0a33c7View on GitHubfix: Update test result parsing to handle TRX file namespaces
73321a4View on GitHubfix: Improve test and coverage result handling in CI workflow
f039753View on GitHubfeat: Add workflow summary step to CI for build and test results
b719bb1View on GitHubfix: Restore dependencies and update test result paths in CI workflow
cb31330View on GitHubfeat: Update CI workflow to include artifact uploads and improve NuGet packaging
d4ae067View on GitHubfeat: Add CI workflows for building and publishing to NuGet
2c731faView on GitHubfix: Disable automatic triggering for master branch in Azure Pipelines
e03afbfView on GitHubRemove CancellationTokenSource and create new CancellationToken
e0d5bbaView on GitHubfix: Admit any CancellationToken when getting a DbSet without filters
fbd1c8bView on GitHub