FluentRest
FluentRest copied to clipboard
Lightweight fluent wrapper over HttpClient to make REST calls easier
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.4 to 6.0.5. Release notes Sourced from System.Text.Json's releases. .NET 6.0.5 Release Commits 70ae3df Merge in 'release/6.0' changes a21b9a2 [release/6.0] Fix cancel in PipeReader.ReadAtLeastAsync (#66870) 49c4a15 Ensure...
**Description:** User agent information provided through the DefaultRequestHeaders.UserAgent property gets dismissed and replaced with FluentRest's User agent information. **Platform:** .NET Core 3.1
Hi, I have a little feature request, currently the library when calling the internal EnsureSuccessStatusCode, it throws an HttpRequestException with the Response content string in the Data dictionary and the...
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0. Release notes Sourced from FluentAssertions's releases. 6.8.0 What's Changed New features Extend collection assertions with ContainInConsecutiveOrder and NotContainInConsecutiveOrder by @StacyCash in fluentassertions/fluentassertions#1963 Added NotCompleteWithinAsync...
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.1. Release notes Sourced from Microsoft.Extensions.DependencyInjection's releases. .NET 6.0.1 Release Commits 3a25a7f Merge in 'release/6.0' changes e9036b0 [release/6.0] Add packaging changes for System.Text.Json (#61703) bfdc5e9...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.2 See the release notes here. v17.3.1 See the release notes here. v17.3.0 See the release notes here....
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.4 to 6.0.6. Release notes Sourced from System.Text.Json's releases. .NET 6.0.6 Release .NET 6.0.5 Release Commits 7cca709 Merge in 'release/6.0' changes f0a71f2 [release/6.0] add RID for Alpine...
Is there any specific reason we are doing this: https://github.com/loresoft/FluentRest/blob/7b58509ff36303cdcca74d12008c0f54fdd44748/src/FluentRest/UrlBuilder.cs#L629 This is causing some issues in api calls and it feels like we should just follow the existing behavior and...