From a1a25f08770659634d5a9ed484cba6adb41a3b21 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 23 Dec 2020 09:28:27 +1100 Subject: [PATCH 1/2] Update index.md --- entity-framework/core/extensions/index.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 0874fa12ff..7eb0037292 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -114,11 +114,23 @@ Revival of [Index] attribute (with extension for model building). For EF Core: 2 [GitHub repository](https://github.com/jsakamoto/EntityFrameworkCore.IndexAttribute) -### EfCore.InMemoryHelpers +### Verify.EntityFramework -Provides a wrapper around the EF Core In-Memory Database Provider. Makes it act more like a relational provider. For EF Core: 2. +Extends [Verify](https://github.com/VerifyTests/Verify) to allow snapshot testing with EntityFramework. For EF Core: 3, 5. -[GitHub repository](https://github.com/SimonCropp/EfCore.InMemoryHelpers) +[GitHub repository](https://github.com/VerifyTests/Verify.EntityFramework) + +### LocalDb + +Provides a wrapper around [SqlLocalDB](https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb) to simplify running tests against Entity Framework. For EF Core: 3, 5. + +[GitHub repository](https://github.com/SimonCropp/LocalDb) + +### EfFluentValidation + +Adds [FluentValidation](https://fluentvalidation.net/) support to Entity Framework. For EF Core: 3, 5. + +[GitHub repository](https://github.com/SimonCropp/EfFluentValidation) ### EFCore.TemporalSupport From 1d906f2af833ed1cec143fdf22a0330825806f0a Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 23 Dec 2020 18:57:30 +1100 Subject: [PATCH 2/2] Update index.md --- entity-framework/core/extensions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 7eb0037292..e0826cda47 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -122,7 +122,7 @@ Extends [Verify](https://github.com/VerifyTests/Verify) to allow snapshot testin ### LocalDb -Provides a wrapper around [SqlLocalDB](https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb) to simplify running tests against Entity Framework. For EF Core: 3, 5. +Provides a wrapper around [SQL Server Express LocalDB](https://docs.microsoft.com/sql/database-engine/configure-windows/sql-server-express-localdb) to simplify running tests against Entity Framework. For EF Core: 3, 5. [GitHub repository](https://github.com/SimonCropp/LocalDb)