Skip to content
Closed
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="13.1.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 Refit 13.1.0 from 10.1.6 introduces multiple breaking changes. Per the v11 release notes, 'ApiResponse.StatusCode' is now nullable and 'ApiResponse.Error' is now 'ApiExceptionBase'. You must verify that existing code accessing these properties is updated to handle nulls and perform necessary type checks to access 'Content'. Additionally, verify compatibility with the removal of shadowed members in 'IApiResponse' introduced in v12.

<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