Details
-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Description
The current build configuration generates compilation warnings for public methods and properties that do not have documentation.
The warning looks like:
Missing XML comment for publicly visible type or member 'MultiplexingIOService.ExecuteAsync<T>(IOperation<T>, IConnection)'
Warning number: CS1591
I've created ticket NCBC-1282 to work on improving the XML documentation, however in the meantime to help clean up the AppVeyor output we should suppress warning number CS1591 for our projects.