Skip to content

JustEat.HttpClientInterception v1.2.2

Choose a tag to compare

@martincostello martincostello released this 14 Oct 15:21
50264ee

Added

  • Add convenience method WithFormContent() for URL-encoded form content. (#32)
  • Added netstandard2.0 target framework. (#34)

Changes

  • Add support for Source Link. (#15, #16, #23)
  • Update tests to use .NET Core 2.1. (#23)
  • Update sample application for ASP.NET Core 2.1. (#23)
  • Update sample code and documentation to show usage with IHttpClientFactory. (#23)
  • Collect memory allocation details in benchmarks. (#23)
  • Add Roslyn source analyzers and fix issues found by them. (#29)
  • Use ConfigureAwait(false) for internal awaits to remove potential for deadlocks if used in a UI application. (#29)
  • Add C#-specific EditorConfig settings. (#35)
  • Remove obsolete MSBuild code. (#39) Thanks @slang25!
  • Add GitHub issue templates. (#40)
  • Various improvements to build scripts, test dependencies and the .NET Core SDK version used.
  • Add assets to allow running the tests from Visual Studio Code.
  • Ignore Rider files in .gitignore. (#51) Thanks @josephwoodward!
  • Fix build on macOS/Linux if build.sh wasn't used. (#51) Thanks @josephwoodward!

Contributors