Hi Joe, I was looking into trying to reduce the number of warnings generated during full recompiles of the mojo source. A number of the assemblies have the XML documentation file option turned on in the build properties, but are missing member comments, leading to hundreds of these type of warnings:
warning CS1591: Missing XML comment for publicly visible type or member 'mojoPortal.Business.WebHelpers.PaymentGateway.PaymentGatewayResponse'
These make it hard to find "legitimate" warnings that I might care about. Is it safe to turn off the XML documentation file option for the source controlled assemblies? Does this option serve any purpose in the big scheme of things, or is it possibly outdated?
Thanks,
Jamie