| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Refit.13.1.0.nupkg | 2026-07-03 | 2.1 MB | |
| Refit.HttpClientFactory.13.1.0.nupkg | 2026-07-03 | 358.1 kB | |
| Refit.Newtonsoft.Json.13.1.0.nupkg | 2026-07-03 | 252.0 kB | |
| Refit.Testing.13.1.0.nupkg | 2026-07-03 | 473.2 kB | |
| Refit.Xml.13.1.0.nupkg | 2026-07-03 | 270.8 kB | |
| 13.1.0 source code.tar.gz | 2026-07-03 | 597.1 kB | |
| 13.1.0 source code.zip | 2026-07-03 | 1.1 MB | |
| README.md | 2026-07-03 | 1.3 kB | |
| Totals: 8 Items | 5.2 MB | 0 | |
🗞️ What's Changed
- Fixed the
CS0436build error fromPrimitivesR3BridgeGeneratedAttribute(#2176, [#2194]). BumpsReactiveUI.Primitivesto 6.0.0, which moves the R3 bridge generator out of the runtime package. Projects usingInternalsVisibleTo(e.g. test projects) build again, and the<Analyzer Remove=... />workaround is no longer needed. - Path parameters now use generated request building instead of reflection (#2174), so they work with
AddRefitGeneratedClientand NativeAOT. Now coversenum,Guid,DateTime/DateTimeOffset/DateOnly/TimeOnly/TimeSpan, all integer widths (incl.Int128/UInt128/Half), and anyIFormattable(#2193).
✨ Features
- [b59241] feat: add generated request building support for path parameters in the URL. (#2174) @calebkiage @glennawatson
- [9bc675] feat: support more path parameter types in generated request building (#2193) @glennawatson
🧹 General Changes
- [ac79c7] build: update NuGet dependencies (#2198) @glennawatson
🔗 Full Changelog: https://github.com/reactiveui/refit/compare/v13.0.0...13.1.0
🙌 Contributions
🌱 New contributors since the last release: @calebkiage 💖 Thanks to all the contributors: @calebkiage, @glennawatson