Disable "Missing XML Documentation" Warnings for WCF RIA Services
Every project should be well documented and Visual Studio has the option to enforce XML code documentation by generating warnings when there is a comment missing, a parameter description missing and such. It can be enabled per project by enabling XML documentation file option on the Build tab.
There are however cases, when it is not necessary for XML docs to be present.
Read on →