- Auditable
- Testable
- Supports Composite Keys
- Supports Complex Types
- Supports Predicates
If you just want the Audit Context
PM> Install-Package EntityFramework.Auditing
If you just want the Repository
PM> Install-Package EntityFramework.Repository6
If you want both:
PM> Install-Package EntityFramework.Auditable.Repository6