refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

MIT License

Stars
8.1K
Committers
137

Bot releases are visible (Hide)

refit - v5.2.4

Published by reactiveuibot almost 4 years ago

Changes:

Bugs:

  • #1010: Fixes issue #952 - did not write everything to output stream

Others:

  • #1011: Fix new test: Refit 5.2 does not use CamelCasing by default.
  • #952: Request payload corrupted when using System.Text.Json serializer

This list of changes was auto generated.

refit - v6.0-preview.37

Published by reactiveuibot almost 4 years ago

Changes:

Bugs:

  • #1010: Fixes issue #952 - did not write everything to output stream

Others:

  • #952: Request payload corrupted when using System.Text.Json serializer

This list of changes was auto generated.

refit - v6.0-preview.34

Published by reactiveuibot almost 4 years ago

Changes:

Enhancement:

  • #1007: Nullable Reference Type annotations
  • #1005: Use System.Text.Json by default
  • #1001: 809 set properties in http request message
  • #1002: Feature- multipart data name to be specified at the moment of execution.
  • #636: Content in ValidationApiException hides Content in derived ApiException

Dependencies:

  • #998: Bump System.Reactive from 4.4.1 to 5.0.0
  • #997: Bump System.Text.Json from 4.7.2 to 5.0.0
  • #996: Bump Microsoft.Extensions.Http from 3.1.9 to 5.0.0
  • #1000: Bump Microsoft.CodeAnalysis.CSharp from 3.7.0 to 3.8.0
  • #995: Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
  • #993: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.8.51 to 16.8.55
  • #990: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.8.50 to 16.8.51
  • #989: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.7.56 to 16.8.50
  • #985: Bump Microsoft.Extensions.Http from 3.1.8 to 3.1.9
  • #982: Bump Nerdbank.GitVersioning from 3.2.31 to 3.3.37
  • #970: Bump Microsoft.Extensions.Http from 3.1.7 to 3.1.8

Others:

  • #964: Disposable interfaces
  • #976: Fix dictionary query request mapping
  • #979: fix [BUG] AuthorizeAttribute does not add a header to the request #946
  • #946: [BUG] AuthorizeAttribute does not add a header to the request
  • #953: Support ApiException.Content when actual type is ValidationApiException

This list of changes was auto generated.

refit - v5.2.1

Published by reactiveuibot about 4 years ago

Changes:

  • #900: Add ability to provide custom ExceptionFactory
  • #967: allow HeaderAttribute on parameters used in request path members
  • #899: Support partial interfaces
  • #904: Support Xml default namespace
  • #945: refactor: change verify url method exception message
  • #968: Fix issue 617 (support EnumMember on enums within types for query string param objects)
  • #943: fix: Allow for GenerateRefitStubs to be disabled with RefitDisableGenerateRefitStubs
  • #745: [BUG] AddRefitClient non-generic version does not register service

Dependencies:

  • #950: Bump Microsoft.Extensions.Http from 3.1.5 to 3.1.6
  • #923: Bump System.Text.Json from 4.7.1 to 4.7.2
  • #969: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.7.54 to 16.7.56
  • #965: Bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1
  • #961: Bump Microsoft.Extensions.Http from 3.1.6 to 3.1.7
  • #959: Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0
  • #958: Bump Microsoft.CodeAnalysis.CSharp from 3.6.0 to 3.7.0
  • #957: Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3
  • #954: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.6.13 to 16.7.54
  • #951: Bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31
  • #938: Bump Microsoft.Extensions.Http from 3.1.4 to 3.1.5
  • #933: Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2
  • #932: Bump coverlet.collector from 1.3.0-preview.6.ga0e22ec622 to 1.3.0
  • #928: Bump Microsoft.CodeAnalysis.CSharp from 3.5.0 to 3.6.0
  • #924: Bump Microsoft.Extensions.Http from 3.1.3 to 3.1.4
  • #917: Bump Nerdbank.GitVersioning from 3.1.74 to 3.1.91
  • #914: Bump Microsoft.NET.Test.Sdk from 16.6.0 to 16.6.1
  • #908: Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.0

Others:

  • #902: latest coverlet

This list of changes was auto generated.

refit - v5.1.67

Published by reactiveuibot over 4 years ago

Changes:

Bugs:

  • #885: Specify Content-Length when serializing JSON with System.Text.Json
  • #889: Fix default CollectionFormat for FormValueMultimap
  • #896: Fix query collection format inside object
  • #895: Fix generated usings in inherited interfaces

Dependencies:

  • #890: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.5.132 to 16.6.13
  • #888: Bump System.Reactive from 4.3.2 to 4.4.1
  • #887: Bump coverlet.collector from 1.2.0 to 1.2.1

Others:

  • #893: Added documentation and examples for the ApiResponse return type.

This list of changes was auto generated.

refit - v5.1.54

Published by reactiveuibot over 4 years ago

Changes:

Enhancement:

  • #880: Include icon in the nuget package
  • #873: Enable deterministic builds

Dependencies:

  • #875: Bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74
  • #867: Bump Microsoft.Extensions.Http from 3.1.2 to 3.1.3

Others:

  • #883: Usings fix
  • #879: Base address fix
  • #866: Fixed System.Text.Json deserialization on streamed data
  • #877: Disable CI build for tests as coverlet doesn't work
  • #874: Replace .NET Standard 1.4 with 2.0 in README.md
  • #868: Fix GitHub Pages
  • #653: IContentSerializer implementation and/or example for .NET Core 3.0?
  • #2: Add top-level API

This list of changes was auto generated.

refit - v5.1.27

Published by reactiveuibot over 4 years ago

Changes:

Enhancement:

  • #800: Added: Support for Nullable References
  • #824: Unescape Querystring parameters #277
  • #277: How to disable urlencoding get-params in Refit?
  • #829: Added interfaces to ApiResponse
  • #836: System.Text.Json-powered IContentSerializer
  • #841: Allow specifying default CollectionFormat
  • #848: handle serialization for query objects with IEnumerable properties
  • #861: Support handlers in AddRefitClient and document use of HttpClient

Bugs:

  • #847: [BUG] QueryAttribute is not taken into account with custom objects and query parameters
  • #802: Using uppercase letters in objects bound to URL throws an error
  • #811: [BUG] RefitStubs.g.cs is generated when it shouldn't
  • #784: [BUG] Multiple Input Files (May) Lead To Ambiguous Reference Errors
  • #807: Fix for #802 casing bug on object bound to url
  • #843: fix issue experienced in #649
  • #649: [BUG] RefitStubs.g.cs generated by dotnet build 2.2.203 SDK cannot process nested type

Others:

  • #864: Revert "Ensure we have an emtpy byte array so that a content-length of 0 is sent"

  • #862: Custom query prop

  • #860: Trim trailing / for HttpClient-supplied base addresses

  • #858: Remove unused types (supporting netstandard1.4 )

  • #856: Bump Microsoft.CodeAnalysis.CSharp from 3.4.0 to 3.5.0

  • #854: Bump Nerdbank.GitVersioning from 3.1.68 to 3.1.71

  • #851: Bump Nerdbank.GitVersioning from 3.0.50 to 3.1.68

  • #1: Handle actually issuing REST requests, not just building them

  • #842: Bump Microsoft.Extensions.Http from 3.1.1 to 3.1.2

  • #838: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.45 to 16.5.132

  • #834: Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0

  • #830: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45

  • #827: Bump Nerdbank.GitVersioning from 3.0.48 to 3.0.50

  • #826: Bump Microsoft.Extensions.Http from 3.1.0 to 3.1.1

  • #825: Bump Nerdbank.GitVersioning from 3.0.28 to 3.0.48

  • #819: Bump coverlet.collector from 1.1.0 to 1.2.0

  • #5: Silverlight support?

  • #817: Bump System.Reactive from 4.3.1 to 4.3.2

  • #815: Updating #811 fix with better language detection

  • #814: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.33 to 16.4.43

  • #813: Fix issue #811 & add tests for query parameters

  • #808: Bump System.Reactive from 4.2.0 to 4.3.1

  • #804: Bump Microsoft.CodeAnalysis.CSharp from 3.3.1 to 3.4.0

  • #805: Bump Microsoft.Extensions.Http from 3.0.1 to 3.1.0

  • #803: Generate using statements inside namespaces

  • #798: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0

  • #792: Bump Microsoft.Extensions.Http from 3.0.0 to 3.0.1

  • #791: Bump Microsoft.Extensions.DependencyInjection from 3.0.0 to 3.0.1

  • #790: Update to MockHttp client with strong name

This list of changes was auto generated.

refit - v5.0.23

Published by reactiveuibot almost 5 years ago

Changes:

  • #789: Get rid of query shift parameter and rely on value from dictionary key
  • #788: feat: Add support for ProblemDetails extensions
  • #787: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.16 to 16.4.33
  • #786: Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28

This list of changes was auto generated.

refit - v5.0.15

Published by reactiveuibot almost 5 years ago

Changes:

  • #783: Update README.md
  • #757: Objects Bound to URL Path
  • #779: Bump Newtonsoft.Json from 12.0.2 to 12.0.3
  • #778: Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0
  • #776: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01

This list of changes was auto generated.

refit - v4.8.14

Published by reactiveuibot almost 5 years ago

refit - v4.7.51

Published by reactiveuibot about 5 years ago

refit - v4.7.9

Published by reactiveuibot over 5 years ago

Changes:

  • a1bfe49ff616c26823d1cad79130f9164a90b778 Merge pull request #629 from benjaminhowarth1/master [ #627, #637, #573 ]
  • 1be0034f18c91b88c5a9894a50e834cc688a8836 Merge branch 'master' into master
  • f7854e0fba0f073a2a30bbc275393c36597b83f1 Merge pull request #668 from reactiveui/revert-663-master
  • 962eba8e4abe9280770f72753d84c82815f2559f Revert "added RefitRestServiceAttribute for HttpClient relative path"
  • 182ba568bab25fe2fb7c7aec7651a6f209977671 Added documentation for AuthenticatedParameterizedHttpClientHandler where signature generation is dependent on contents of the HTTP request
  • 0eb1f85ded45c10b66cf8e968214790fe74ca068 Updated README with fresh documentation on [Query] attributes in non-GET methods
  • ce52764866630fccbb8be6b7c01bc34d2ec2c305 Missed a brace in merge...
  • 2b790cff01dcb363eb8ccab93b7ad51d1f6cf69a Merged
  • 8301de0539c3d28e2ff37d6c29084bcf33e92be7 Fixes #637 by supporting POCO query parameters on all HTTP methods.
  • 8a1aa726b42880ea512dc554c671914fb1eb989d Merge pull request #2 from reactiveui/master
  • 0ebac043fab67811538fcd109b1b0b9c18ce4b01 Merge branch 'master' into master
  • 5e2e7c3ebf58329247b932c1952255d99e8b9133 Merge branch 'master' of https://github.com/benjaminhowarth1/refit
  • c528c293170aa0265c24f2d70f434209ba733bf7 #637 Test demonstrating failure of [Query] to be recognised in non-get methods.
  • febd345f998197f9b61f4e19cba0b681d52d015b Merge branch 'master' into master
  • 248d33325b8927f70f7a104b2066d9644a19cf6d Created new class for passing HttpRequestMessage to extra param, additive as @onovotny requested.
  • 79552402894710b0bb04f5d82755018d32671430 Created parameterized HttpClientHandler as requested change to be additive, which is not possible without modifying the handler. So, creatingf a handler explicitly with a method type to support passing HttpRequestMessage in, and then users can choose to use this whenever their getToken method requires access to the HttpRequestMessage.
  • f5c75af73e9a88eeb0ea731874d08c08d0ad8851 Updated test signature
  • 0d2b8b84ee7aab3aa2e25baf3197dbb1d3433632 Updated AuthorizationHeaderValueGetter to support passing HttpRequestMessage into getToken() as OAuth signature generation may rely on having access to properties in the request (example: Twitter reuest signing)
  • bddddc23ad69ef728319ffd99605fede805f57ce Merge pull request #1 from reactiveui/master

This list of changes was auto generated.

refit - v4.7.5

Published by reactiveuibot over 5 years ago

Changes:

  • 76f03d36f6553da1adfef3321d60a39cd5ce91a4 Merge pull request #663 from yuri-voloshyn/master
  • c5ef508d3fa5f240279f57462895783af9eaca21 RefitRestServiceAttribute renamed to BaseAddressAttribute
  • cd8975aac89fd16049a8e1e5ee235d7b3d254042 fixed issue #662
  • a1146b383c2adb8bfb25747e7b66814c17024b86 Merge pull request #2 from reactiveui/master
  • c6a3fcfac35ab80ae848dcb4bec55d7d1f36d0d5 Bump to 4.7 with new API surface area
  • d9ca3f1aab6089e79a4a9c091c9a7d1b91595b09 Merge pull request #645 from yuri-voloshyn/master
  • d58df7614e079fcb54296d15dfab06081b9a9ae7 Merge pull request #658 from iron9light/round_tripping_route
  • 97b77013062a7fc5eff2e0c360a51245309b7e57 Add doc for round-tripping parameter
  • 14b03aaec214345d54dce7c701f113a75ab0ad21 Add more test cases for Round-Tripping parameter
  • 324ae473c80a6713a84b0faca3b07f335791cb18 Support Round-tripping route parameter syntax.
  • 5b4e14aaf8a1fcc27396b7c08171d100aba1b97d Merge pull request #654 from gpriaulx/Housekeeping_UpdateReferencesToDotNetFoundation
  • 2fde9055a537a261050097f58b052bd54cef8f06 Housekeeping: Updated references to DotNetFOundation and URLs
  • ddcced27142e201625b9566aadc6a266d744864d Fix find method
  • d6570f9fe84613daf2c57bbb44bb99cc064d4c12 Added non generic methods for create rest service
  • 5d9fe6c648a8b2ed147c711efc7084db98ade137 Merge pull request #1 from reactiveui/master

This list of changes was auto generated.

refit - v4.6.107

Published by reactiveuibot over 5 years ago

Changes:

  • 16d5a713b8f13ed89f7610f0fd2689d178ff6dc5 Merge pull request #646 from Styxxy/memleakxml [ #643 ]
  • 564559d24a5a4bfcfa5e84cb4aa7e334d3e8c9c3 Merge pull request #648 from Styxxy/issue641-nullrefexception [ #641 ]
  • ac4188e6627d45f2adfac7e9dda71b67ea0d44d1 check for null values in handling (exception) content
  • ccd5b6bd044ce9cf959e61df94760b4155991d94 add test to simulate issue
  • 8fef9a0cf44c339cef35656f51ce7f3f5ff6e677 add xmlserializer cache
  • 82b093e6ee6b4c2f2ccb7d7ef44a3114f089d6ec Merge pull request #638 from fedemkr/patch-1 [ #425 ]
  • 9d7bd9c664fa7a780ac9c8415767d7a11cb10750 Merge pull request #640 from yuri-voloshyn/master
  • 3979ed94ce6a21bc8bc4695db9392c8863e0411d docs: added sample application
  • a4c84e4b21c77bef75f6dbf82fc23c77fc5d37f5 Added inherited generic interfaces
  • ad82d88e1f61b9a451a0417c99c1bca287487d73 added sample application
  • f083efda466633418d092685307f73bde9e11ebc Update docs because of #425

This list of changes was auto generated.

refit - v4.6.99

Published by reactiveuibot over 5 years ago

Changes:

  • 4c8febe95a239dd94093fdb6cc0fb7a1255ca8c4 Merge pull request #634 from lhyqy5/issue-625-output-encoding-error [ #625 ]
  • 33832ff9aefbc6e6ccde045c21123c42dfee7fe4 Merge branch 'master' into issue-625-output-encoding-error
  • a124fb54db48764223d9c808a0c62fc976ccbe02 Merge pull request #633 from Sergio0694/master
  • 199dedf10c802a8c610d06917625a5ad8853987f Tweaked README.md
  • 0814d0d3be62335c9d2507a933fe7e695584b92b Added interface inheritance docs
  • 814d70034ef76fab1e185680d5a61a65ae1fff58 Added header attributes inheritance
  • 2c0acaa02238f0978c7db30332159283ce2cefc3 use MemoryStream replace StringWriter in XmlContentSerializer's SerializeAsync method
  • ad3d42becf45641d09e33b9d69e4fd694fb50626 add unit test for xml writer encoding setting
  • ec3d6c3da9a7763782a158cf1530adbdb4446c8f Merge pull request #631 from Bartmax/patch-1
  • b68a55d048be15a7347037f4a5422bcde91e54c1 Fixed merge issues
  • 4f7e2b4cd2aaeb6603f071ca1011b87dbd2eaafc Merge branch 'master' into master
  • d74278e4ad23700914a695c00b143a9808ac8620 Switched to explicit interface implementation
  • 94a37fde48c8a771bb20dd206a2221eef2b2145d Fixed formatting
  • ea66fe19569e312a2f693fb8c400bb78d3907f50 Update README using async void to async Task.
  • d56caf871945d514d654acdb76797f3d7f4511fa ensure build task files are signed
  • f3cdd66b3682c092ff771e4d7932e0aad2b492a3 Merge branch 'master' into master
  • 01dee3941ad1f4057dd4716722d230d3a8dfd360 Initial WhiteSource configuration file
  • 728d4f021830d4596368ac024302a6a2b1f5ac05 Merge branch 'master' into master
  • 6330b580b487eef6d35fbb62cbf7b2ae411da113 Add mock InheritedMethodTest
  • 44d24d1afbf90ebd3f746de72a44d13331b05342 Adjust example inheritance interfaces for integrations tests
  • ab8dca520eedc9c1c71977e456b8ffb704fcec13 Change generic RequestBuilderImplementation to include inherited methods by it's interfaces
  • fc801edfb75cb95c84d58a47b87195cfca630740 Fixing method AddInheritedMethods unnecessarily returning modified TemplateInformation object
  • 3943d364544c30564d15eb691367f09ee561b692 #176: Adding support for aggregated/interhited interfaces

This list of changes was auto generated.

refit - v4.6.90

Published by reactiveuibot over 5 years ago

Changes:

  • a879553c87c9e7608b05b8d014e6a6e0f698cc50 ensure tasks are loaded from the correct location for both transitive and build directories. [ #619 ]
  • f7ab7ef650b6c091ce65f923d1e73f650bc74868 Merge pull request #616 from tstivers1990/614-should-throw-argumentexception-if-hosturl-isnullorwhitespace
  • c3d19075f4d91bb1ddcb9087bb8867e6ff1623dc Merge pull request #615 from tstivers1990/610-trim-trailing-forwardslash-from-hosturl
  • 89d9db7b525cbc0b6520d317e49dedd35f45b881 ArgumentException if hostUrl IsNullOrWhitespace
  • 4c864fe53dd38d2957d9a4c69e82b95e2e174a2f Use null-conditional operator to prevent NRE
  • 69bea7324c1f77d1673e09096177c93268aa912e Trim trailing / from hostUrl

This list of changes was auto generated.

refit - v4.6.85

Published by reactiveuibot over 5 years ago

Changes:

  • d835e88640a501461b1258fd681c644cc68e0d72 Merge pull request #612 from reactiveui/update-core
  • a5006e1bed9e1347299e2cd3b2fb0a29876c1034 Update to latest mock and test libs
  • 20f4cf1012a3059ac71147e9ee958901857e259e Build with .NET Core SDK 3
  • 00b9d8185b15e70103c795eea51f957f1b1e5472 Code style formatting
  • c1d02f0bdd147d2ba5f41974e4c8e5e0525743e3 Fix template formatting
  • 913d617b3a6b704b269addd58c723c34062f08cf Point to the correct 461 dir
  • be2c586a9b037f44128325002db8cf6153e29e2b Use full namespace to void potential dup imports
  • c45197bb75cba3585d852840ed0321dd9db2b1fd Code style
  • 026fe00dc940ddbcc9490203ad3c6c3bb9f51f29 Fix warnings
  • 6fa96c655520d9a13ff25aedb99441c522e189eb Update test refs
  • 9e91a9c4ecc707581c380a73a490665c8f4f70b0 Add support for the new buildTransitive, so direct references aren't needed to run the targets [ #598 ]
  • 0dab28981bf749fddb17202b46aeb5f12b50770b Update deps to use latest Roslyn.
  • 5e1f273ba90c4638aaf7f2e57cc4ca54af7e9c6b Merge pull request #611 from reactiveui/build-updates
  • c5555cee1be535a4a8be81775c6ffa7a936d4a83 Merge pull request #608 from Styxxy/Styxxy-issue-605
  • 5c33b7fc1e4a7dd402532b3a3cee1801d302e1f4 Merge pull request #606 from felipebaltazar/options-attribute
  • b86ddcb9d7d1062d6577762b9d878e34d2f91b96 Update depenencies
  • 6d9b31646a324af4d0a0b4b2576e0281eea4ba13 Merge branch 'master' into Styxxy-issue-605
  • 76448d8da4cceeb8ce1596b8f8e99fc715f8f26b remove Attribute from name
  • c5efc776d59638c069728054fddd615e2e3e588c exclude from Obfuscation
  • b44e75a8e3dbd020672be5ff33479ca479075bd5 OptionsWithBodyDetected removed
  • 8db866b9c60eaf7126a4889eefaa257654d8cfbd Options Attribute
  • 846f5f828b226b5e6e21565f1344fd8ed0353e1e Merge pull request #590 from stevewgh/custom-serializer-bug
  • 4fe01b30ea4c27dbc4605b3c36a084b0c0f4793c Fixed deadlock when serializing content + added test coverage.
  • 3fce69b9a7a59a98cf607c7e5c62876e4dcd1165 Merge pull request #584 from MariusVolkhart/mv/multiForm
  • 0960ce093c42a56924f488514cf4689e0b3c7328 Merge pull request #586 from MariusVolkhart/mv/improveErrorMessaging
  • 48208e879687e64504c6d659c0f435a466a07e35 Merge pull request #571 from stevewgh/custom-serializers
  • 3b678e4eb1a987aace4c5912fa443e0c89877519 Provide additional information during errors
  • c63b62c7164a70a32fa74c7dcfbd50fd4b23b534 !fixup 303a3578bb11e1f5053360a367e029e6ab489306
  • 303a3578bb11e1f5053360a367e029e6ab489306 !fixup dfdad56b01cd9fd8cdb314ded52ed5abfd4ad374
  • 4efa19c810c92b67f1f7f965cb201a47b102874f Merge pull request #585 from MariusVolkhart/mv/docs
  • cc05c3a9feea80200309f40beed9cbe4b304883f Made IContentSerializer.SerializeAsync generic
  • f4d83d8410c2a8a1cf2e3a01c0cbf1c608b25309 Expand XMLDocs for QueryAttribute and CollectionFormat
  • dfdad56b01cd9fd8cdb314ded52ed5abfd4ad374 !fixup Add support for url form encoding collections
  • 8a01a1a3ea3161086e39d10e7c670e73a5173243 Add support for url form encoding collections
  • babaed0dd77d226dd404f6902db2a0d5734baf3e Added missing ConfigureAwait(false)
  • 6d3a5f474267aadbee05ce226e9b85150d5401a4 Added missing ConfigureAwait(false) & fixed deadlock on ValidationApiException.Content
  • 7a387ed26dc21222b122eb86db5278e255981270 Changes made in response to PR feedback
  • 89a2c34ec7d989b601bf15dff4e9cafb3fc3326d Merge branch 'master' into custom-serializers
  • 741b7b6b61c3be66ac28c442bd637bc1e3dacbcc Isolated Content Serialization continued
  • 27d6fb48655d02d78ac8f425a70bf6cefe063069 Isolated Content Serialization

This list of changes was auto generated.

refit - v4.6.58

Published by reactiveuibot almost 6 years ago

refit - v4.6.48

Published by reactiveuibot about 6 years ago

What's Changed

  • fix early response stream closing. (#538) @Veikedo
  • Ensure Refit clients can be registered in the DI container for HttpClientFactory. (#561) @digitalfuller
refit - v4.6.30

Published by reactiveuibot about 6 years ago

Badges
Extracted from project README
Build codecov NuGet NuGet NuGet
Related Projects