lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

Need to exclude generated code from triggering the warnings about missing XML documentation #98

Open astrohart opened 2 years ago

astrohart commented 2 years ago

I am frequently receiving warnings, with the Vsxmd NuGet package installed, that fields and methods inside files that are generated by a tool, such as Resources.Designer.cs in a WinForms app, or MyForm.Designer.cs. I can't place XML comments for these methods since, then, the file gets re-generated and my XML comments will go away.