-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Internalize ProductHeaderValue #406
Internalize ProductHeaderValue #406
Conversation
What Haacked, PaulBetts, and Shiftkey suggested
{ | ||
ProductHeaderValue() | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the newline.
And usings 👍
Think I got it all, apologies. I will update my resharper to match your style. |
Also, it looks like you created this off an old master branch. Please fetch and merge origin/master into your branch. Or rebase your branch off origin/master. Either way. |
I think I got it right (let me know if I didnt), through powershell and the Github for Windows app. Gave me a much deeper understanding of git. 👍 |
Great stuff! I'm going to run our build server against it and then I'll merge it once it passes. |
Internalize ProductHeaderValue
What Haacked, PaulBetts, and Shiftkey suggested. Abstracted ProductHeaderValue, changed tests to use internal ProductHeaderValue.
Also, removed some unused usings in the tests if I saw them.