EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

Generate Comment attribute on classes and properties

Open tr1ckyk1d opened this issue 4 years ago • 0 comments

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.

tr1ckyk1d avatar Feb 05 '21 15:02 tr1ckyk1d