Csharp Doc Comments

House standard for writing C# XML documentation comments (/// triple-slash doc comments) to Microsoft's conventions. Use when writing, reviewing, or tightening <summary>, <remarks>, <param>, <returns>, <typeparam>, or <exception> tags on C# types and members, or when doc comments feel too verbose. Covers what belongs in summary vs remarks, when to use each tag, and the project rule that summaries stay short.

BlakeHastings 9f79099 6.9 KB Updated

File contents

BlakeHastings/claude-code-artifacts/tree/main/csharp-doc-comments commit 9f79099f40

Frequently asked questions

npx skillmds@latest add blakehastings/csharp-doc-comments