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 @@ -15,7 +15,7 @@
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.6" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.9.50" />
<PackageVersion Include="Refit" Version="10.1.6" />
<PackageVersion Include="Refit" Version="11.0.1" />

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

Refit 11.0.0 introduces breaking changes: 'ApiResponse.Error' is now 'ApiExceptionBase?' and 'StatusCode' is now nullable. Consuming code must be updated to handle these changes (e.g., handling null status codes or casting the error to 'ApiException' to access 'Content') to avoid compilation or runtime errors.

<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="Xunit.Microsoft.DependencyInjection" Version="10.0.4" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
Expand Down
Loading