๐๏ธ 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
- b592413 feat: add generated request building support for path parameters in the URL. (#2174) @calebkiage @glennawatson
- 9bc6754 feat: support more path parameter types in generated request building (#2193) @glennawatson
๐งน General Changes
- ac79c76 build: update NuGet dependencies (#2198) @glennawatson
๐ Full Changelog: v13.0.0...13.1.0
๐ Contributions
๐ฑ New contributors since the last release: @calebkiage
๐ Thanks to all the contributors: @calebkiage, @glennawatson