Skip to content

Fix msbuild warnings, re-enable and treat all as errors #617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 26, 2019

Conversation

angularsen
Copy link
Owner

Fixes #495 .

This PR fixes several thousands of warnings. Left WRC projects alone as-is.
Moving forward, all public types/members should have xmldoc and this PR helps enforce that.

  • Add tons of xmldoc for public types/members
  • Remove <NoWarn> from projects to unmute
  • Mute a few warnings
  • Add pragma around internal uses of obsolete members

@tmilnthorp
Copy link
Collaborator

That's a lot of doc! Looks good! Good to keep errors as warnings on IMHO.

@tmilnthorp tmilnthorp merged commit b61b9a7 into master Feb 26, 2019
@angularsen angularsen deleted the 495-fix-msbuild-warnings branch February 26, 2019 13:28
@angularsen
Copy link
Owner Author

I agree and for a small library it's absolutely feasible to do.

@tmilnthorp
Copy link
Collaborator

Just realized it's not turned on for WRC

@angularsen
Copy link
Owner Author

Yeah I don't want to touch those anymore really unless I have to

@tmilnthorp
Copy link
Collaborator

Understandable 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable and fix msbuild warnings
2 participants