I’m getting to grips with a project that uses Linq to SQL. I would like to add documentation headers to members of some of the entities managed by Linq to SQL but I’m aware that partial classes where most of the members are defined are generated by a tool.
Since I don’t want to add any code to these generated partial classes, is there any other way I can create documentation headers for the members defined in them?
It seems that the answer is that there is no answer. You cannot add document headers except to the generated part of the code.