Requirement
Un-suppress the following warnings & fix all the errors that they generate (warnings are being promoted to errors by default in this project), in order of priority:
- 1573 - No param tag for some parameter
- 1591- Missing XML Comment for publicly visible type or member
- 1712 - No param tag for some type parameter
Note: this issue can be split into multiple issue if necessary to fix each warning one at a time.
Value Proposition
- Documenting the whole library will make it more user-friendly
- Un-suppressing those warnings will enforce documentation on all future public types/members