833 Commits

Author SHA1 Message Date
Todd
20e0b4ba9c version bump 2022-06-20 07:15:38 -05:00
Todd
cc5d181895 #703 drop ConnectionLeaseTimeout 2022-06-10 14:30:13 -05:00
Todd
1b7aec690b #590 drop WithClient (client.Request should be used instead) 2022-06-10 13:16:02 -05:00
Todd
5fd95f09c5 #630 default GetSteamAsyn to unbuffered (matches MS default) 2022-06-10 12:03:10 -05:00
Todd
ee2d0a4ab8 #702 also consistently support HttpCompletionOption 2022-06-10 11:50:27 -05:00
Todd
04344cdfac #702 move CancellationToken to last arg 2022-06-10 10:14:39 -05:00
Todd
e7188f02b0 AppVeyor image upgrade for .NET 6 2022-06-05 12:16:50 -05:00
Todd
e361384bf8 version bump 2022-06-05 12:06:23 -05:00
Todd
d621980b3c #544 adding net6.0 target 2022-06-05 12:02:01 -05:00
Todd
869e9c6acd Add Newtonsoft serializer to test project
add tests later, maybe
2022-06-05 11:58:39 -05:00
Todd
b081ce370f #517 final test fail with STJ now passing! 2022-06-03 15:18:44 -05:00
Todd
ac6b55e432 #699 no dynamic support in STJ, none in Flurl now either 2022-06-03 15:17:23 -05:00
Todd
a53f46afff #517 out with Newtonsoft, in with STJ 2022-06-03 15:07:55 -05:00
Todd
edb7b22379 couple test failures in .NET 6
due to changes in HttpClient stack, not Flurl's fault
2022-05-27 13:12:56 -05:00
Todd
2afbce9ae3 target framework updates 2022-05-27 12:58:26 -05:00
Todd
ffdf2fb08e drop PackageTesters 2022-05-20 15:56:15 -05:00
Todd
8da4b82ecf #606 tweaks (be a little more forgiving of null) 2022-05-20 11:33:47 -05:00
Todd
82ddf012d5 bump to full release versions 2022-05-20 06:51:19 -05:00
Todd
99b9948c35 flurl.http prerelease - forgot to bump flurl dependency 2022-05-18 17:16:57 -05:00
Todd
6e819e5a69 Revert "what does embedding symbols do to package size?"
This reverts commit bb4b10fc78db216294dcf41bcc7f7632815552da.
2022-05-18 16:31:44 -05:00
Todd
bb4b10fc78 what does embedding symbols do to package size? 2022-05-15 10:03:31 -05:00
Todd
ec1b3d0139 prerelease to test #601 (symbols) 2022-05-15 09:20:15 -05:00
Todd Menier
b38ee2a6d7
Merge pull request #628 from gitfool/gh601
GH601: Enable snupkg symbol packages
2022-05-13 21:30:45 -05:00
Todd
d6f3bcc4b9 #623 trim header values 2022-05-13 14:22:07 -05:00
Todd
a03c8baad2 #606 GetStringAsync, return empty when Content is null 2022-05-13 13:21:09 -05:00
Todd
a6ea4724c9 version bumps 2022-04-25 16:58:18 -05:00
Todd
ae633b458e simplify SimulateTimeout by using SimulateException 2022-04-25 16:17:36 -05:00
Todd
78bbcd4a2d Merge remote-tracking branch 'origin/dev' into dev 2022-04-25 14:04:21 -05:00
Todd
6cb3fac2bb #672 regression bug with IEnumerable -> query string 2022-04-25 14:04:09 -05:00
Todd Menier
9399716a05
Merge pull request #677 from Mcphylus12/dev
Added a Method to Http Test to simulate exceptions thrown when requests are made
2022-02-27 10:48:02 -06:00
Kyle Alexander
7b39957b1b rtemove unneeded using 2022-02-17 14:00:10 +00:00
Kyle Alexander
eca908ec5a method name fix 2022-02-17 13:59:15 +00:00
Kyle Alexander
dc2b74ed2f Added an http test method allowing any exception to be raised when a request is made. For the purpose of allowing tests of socket exception and other http exception that can be raised when making an http call 2022-02-17 13:57:39 +00:00
Todd
9b9b2a696a Merge remote-tracking branch 'origin/master' into dev 2022-01-26 20:52:43 -06:00
Todd Menier
aeb1abd7c0
that weird test is failing with timeouts on AppVeyor again
side-stepping the usual process to get bug fix released
2022-01-26 20:51:25 -06:00
Todd Menier
4a6508756c
Merge pull request #670 from tmenier/dev
Flurl 3.0.4
2022-01-26 20:12:11 -06:00
Todd
43817ac24e version bumps 2022-01-26 20:00:17 -06:00
Todd
83101bcbe9 #669 bug setting query params w/ nullable props 2022-01-26 19:57:05 -06:00
Todd
a26520c4d0 updated package testes with latest version 2022-01-22 12:26:11 -06:00
Todd Menier
e39bc6ae07
Merge pull request #667 from tmenier/dev
Flurl 3.0.3 & Flurl.Http 3.2.1
2022-01-22 12:13:00 -06:00
Todd
05f5707ee3 version bumps 2022-01-22 11:48:18 -06:00
Todd
d93af235ad Merge remote-tracking branch 'origin/dev' into dev 2022-01-22 11:42:59 -06:00
Todd Menier
3a1fc0a6c1
Happy belated new year 2022-01-22 11:29:36 -06:00
Todd Menier
0a301eb7d4
Merge pull request #626 from tranb3r/fix-611
#611 add CapturedMultipartContent constructors
2021-11-04 14:12:38 -05:00
Todd
0f52886793 improvements to that weird ConnectionLeaseTimeout test 2021-10-11 21:16:59 -05:00
Todd
2249bb30fa #632 2021-10-11 21:01:35 -05:00
Todd Menier
27d350ecdf
Merge pull request #657 from wrexbe/656-fix-queryparams-contains
#656 QueryParams contains bug
2021-10-11 09:02:14 -05:00
Wrexbe
25f324d900 #656 QueryParams contains bug 2021-10-10 11:19:00 -07:00
Todd Menier
3f28388659
Merge pull request #642 from FossBrandon/dev
Updates flurl to implement more thread safety
2021-08-07 09:46:10 -05:00
Brandon Foss
9a49d8a706 Updates flurl to be more thread safe. 2021-08-05 17:04:37 -07:00