0
lszabados@consult2000.hu created
It would be a good feature if I could also provide the documentation for the properties. (Summary block)
Is such a development expected?
The end result could be similar:
/// <summary>
/// Invoice Issue Date
/// </summary>
public virtual DateTime IssueDate { get; set; }
4 Answer(s)
-
0
@lszabados do you want to add a summary desc for your properties? and do you want to see that summaries only on the entity?
-
0
I want to see documentation at both Entity and EntityDTO.
This helps development (at least for me). Where I use the property, VS displays the documentation for it.
Example:
/// <summary> /// Own accounting system reference /// Used when the account number is recorded differently in your own system /// </summary> public virtual string OwnReference { get; set; }
-
0
Ok. I created an issue for this. But adding description to the EntityDto is unnecessary and data duplication.
-
0
Ok, Thank you.