am getting this warning "missing xml comment for publicly visible type or member" how to solve this
|
|
|
|
|
|
|
5 options:
|
|||
|
|
|
|
Add XML comments to the publicly visible types and members of course :)
You need these The reason you get this warning is because you've set your project to output documentation xml file (in the project settings). This is useful for class libraries (.dll assemblies) which means users of your .dll are getting intellisense documentation for your API right there in visual studio. I recommend you get yourself a copy of the GhostDoc Visual Studio AddIn.. Makes documenting much easier. |
||
|
|
|
|
Insert an XML comment. ;-)
|
||
|
|
