Entityframework reverse POCO generator V2.4 released
Download: here
Whats new in v2.4.0
Whats new in v2.4.0
- Removed use of System.Data.Entity.DLL from the installation template as it is no longer required for EF 6.
- Moved spatial types from System.Data.Spatial to System.Data.Entity.Spatial for EF 6.
- Singular names and camel casing configuration were accidentally combined by using the UseCamelCase boolean. Thanks to Rune Gulbrandsen.
- Added new flag IncludeComments. This controls the generation of comments in the output.
- Fixed bug in constructor where a UNIQUEIDENTIFIER column had default value. Thanks to gonglei.