Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update extensions #2957

Merged
merged 2 commits into from
Dec 31, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

@ErikEJ ErikEJ Dec 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"around [SQL Server Express LocalDB] (https://docs.microsoft.com/sql/database-engine/configure-windows/sql-server-express-localdb)"
(Use correct product name, and remove "en-us" from docs link)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.


[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

Expand Down