Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Add missing XML comments to public members#185

Merged
damianh merged 1 commit into
damianh-archive:masterfrom
srottem:master
Nov 8, 2018
Merged

Add missing XML comments to public members#185
damianh merged 1 commit into
damianh-archive:masterfrom
srottem:master

Conversation

@srottem
Copy link
Copy Markdown
Contributor

@srottem srottem commented Oct 11, 2018

As a code quality approach I set up my projects to treat all warnings as errors and prevent compilation if any are present. Unfortunately this means that with the current NuGet package for LibLog I have to turn off this setting, otherwise I get a bunch of "warning CS1591: Missing XML comment for publicly visible type or member." errors due to public members from the package being added to my project.

This pull request applies XML code comments to the members that are causing the problem.

… Missing XML comment for publicly visible type or member.
@damianh damianh merged commit 0bc9c77 into damianh-archive:master Nov 8, 2018
@damianh
Copy link
Copy Markdown
Collaborator

damianh commented Nov 8, 2018

Thanks for PR @srottem !

@damianh damianh added this to the v5.0.3 milestone Nov 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants