Skip to content

TestableHttpClient version 0.6

Choose a tag to compare

@dnperfors dnperfors released this 24 Feb 20:40
· 102 commits to master since this release
d01c093

Finally we are releasing version 0.6 of TestableHttpClient, we made several changes and you can find the details in the changelog or the milestone.

Here are not most notable functional changes:

  • we introduced better support for query parameters. You no longer have to url encode them in the request url, but can assert them using the WithQueryString method.
  • ShouldNotHaveMadeRequests and ShouldNotHaveMadeRequestsTo have been deprecated, use ShouldHaveMadeRequests(0) and ShouldHaveMadeRequestsTo(string, 0) instead.

Besides that we enabled dependabot, so that our dependencies are updated automatically, we replaced GitVersion with nbgv, because of issues on Ubuntu 20.04.

We now officially support .NET Core 2.1, .NET Core 3.0 and .NET 5. This support is tested via unit tests and integrationtests, which run for all supported .NET versions. If there is anything that isn't compatible with any of these versions, or you want support for a specific .NET version, please raise an issue.