Whats new in v2.8.1:
Whats new in v2.8.0:
- Bug fix: If property had _ appended, and is used as key, it breaks template generation. Thanks to Nicholas Head.
Whats new in v2.8.0:
- Added a new flag: AddUnitTestingDbContext. If true, this will create a Fake DbContext and a FakeDbSet<T>. This will allow easy unit testing. Can't believe I never added this sooner. See the documentation Unit Testing.