EfCore.TestSupport icon indicating copy to clipboard operation
EfCore.TestSupport copied to clipboard

Tools for helping in unit testing applications that use Entity Framework Core

Results 6 EfCore.TestSupport issues
Sort by recently updated
recently updated
newest added

Hello, we are using the CreateUniqueMethodOptions for testing. Now we added a temporal table and we are getting following error while executing the tests: **Microsoft.Data.SqlClient.SqlException: Failed to delete the XXX...

Does SQLite in-memory by default re-use DbContext instances? I'm not sure if this is a more general SQLite issue or related specifically to EfCore.TestSupport. Here's my general test setup... ```csharp...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

A small suggestion for this handy little feature. `if (log.EventId.Name != RelationalEventId.CommandError.Name && log.EventId.Name != RelationalEventId.CommandExecuted.Name)` My use case was encountering a foreign key constraint error from sqlite when constructing...

We should add this project to the [EF Core Tools & Extensions](https://docs.microsoft.com/ef/core/extensions/) page.

Adding a link to the new EfCore.SchemaCompare library into the breaking changes summary, as currently it (incorrectly) says there isn't an alternative library yet