Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="10.0.9" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.10.85" />
<PackageVersion Include="Refit" Version="10.1.6" />
<PackageVersion Include="Refit" Version="14.0.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

Upgrading to v14 introduces critical breaking changes that require code updates: 1. 'ApiResponse.StatusCode' is now nullable; ensure all consumers handle null cases to avoid runtime errors. 2. Refit 14 no longer disposes caller-supplied streams; audit the codebase for 'Stream' or 'multipart' parameters and ensure the caller now manages their lifecycle. 3. Update exception handling to account for 'ApiResponse.Error' changing from 'ApiException' to 'ApiExceptionBase'.

<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.v3.assert" Version="3.2.2" />
<PackageVersion Include="xunit.v3.common" Version="3.2.2" />
Expand Down