File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 108108 <EmbeddedResource Include =" SettingsForm.resx" >
109109 <DependentUpon >SettingsForm.cs</DependentUpon >
110110 </EmbeddedResource >
111- <None Include =" packages.config" />
112111 <None Include =" Properties\DataSources\AuditLog.datasource" />
113112 <None Include =" Properties\DataSources\Reddit.OnePost.datasource" />
114113 <None Include =" Properties\DataSources\Reddit.OnePostData.datasource" />
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public Client(int requestDelayInMs)
108108 reportedUsers = new List < String > ( ) ;
109109 checkedUserCache = new Dictionary < String , bool > ( ) ;
110110 // avoid the "too many delimiter characters"
111- System . Net . Http . Formatting . MediaTypeFormatter . SkipStreamLimitChecks = true ;
111+ // System.Net.Http.Formatting.MediaTypeFormatter.SkipStreamLimitChecks = true;
112112 handler = new HttpClientHandler
113113 {
114114 UseCookies = true ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments