-
Notifications
You must be signed in to change notification settings - Fork 46
Adding support for setting proxy on Client #6
base: master
Are you sure you want to change the base?
Conversation
Add TreatWarningsAsErrors to all projects
-- added comments for method
@@ -23,6 +23,7 @@ | |||
<DefineConstants>DEBUG;TRACE</DefineConstants> | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
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.
💡 A better way to do this is using a rule set file to actually set the severity of the original issue to Error instead of Warning.
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.
Sorry, most of these changes are not my own but things that existed in master but not v0.1.1.0
If some of these changes don't make sense, could someone create a branch on the tag v0.1.1.0 so that I can make a pull request with only my changes?
Or should I revert some of the commits in this pull request?
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.
@jcl8746 No problem, just putting the info out there for the future 😄
Adopt Microsoft.VisualStudio.Threading
No description provided.