I have added information into the Documentation.Summary property in the graphical editor but that’s not being added to the generated classes. Is there any way to do this?
I have added information into the Documentation.Summary property in the graphical editor but that’s
Share
I found the answer to this was to alter the T4 template (.tt file in solution). This is responsible for generating the C# class code. Find any place where you want summary information added (such as before each simple property that is written out). So for example, here is the altered code for the simple properties: