Detect XML Comments
We've a strict rule that every public member must be documented via xml comments, we need a way to find pieces of code that violate this rule.
7
votes
Mohammed Elmahdy
shared this idea
-
Andrew Rondeau commented
You can do this with warnings in Visual Studio: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs1591