EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
Generate Comment attribute on classes and properties
It would be helpful to have extended properties values from database inserted into code as some attribute (CommentAttribute) on class and property level. Currently implementation inserts the properties as comments which is harder to extract in runtime and not verified by compiler.