Skip to content

Entity Framework Core Tools that simplify Code-First database generation.

License

Notifications You must be signed in to change notification settings

alex-bello/EFCoreTools

Repository files navigation

EFCoreTools

Introduction

EFCoreTools is a small library designed to help developers trying to make the jump from EF6 to EFCore from having to recreate many of their data annotations to FluentAPI. The annotations are applied using "Conventions" that are performed by overriding OnModelCreating and adding a few lines of code or by inheriting from EFCoreToolsDbContext.

Available Functionality

Set Indexes using IndexAttribute

To continue to use existing IndexAttribute data annotations, add using EFCoreTools.Attributes to the list of usings in your data model file(s).

TODO

  • Create EFCoreToolsDbContext

About

Entity Framework Core Tools that simplify Code-First database generation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published