I am getting this warning: \"Missing XML comment for publicly visible type or member\".
How to solve this?
This is because an XML documentation file has been specified in your Project Properties and Your Method/Class is public and lack documentation.
You can either :
Right Click on your Project -> Properties -> 'Build' tab -> uncheck XML Documentation File.
Summary of XML documentation goes like this:
///
/// Description of the class/method/variable
///
..declaration goes here..