You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Note: this issue can be split into multiple issue if necessary to fix each warning one at a time.
Value Proposition
The text was updated successfully, but these errors were encountered: