Skip to content

[Sample App] Add Microsoft.Extensions.Http.Resilience#275

Merged
TheCodeTraveler merged 12 commits intomainfrom
Add-Microsoft.Extensions.Http.Resilience
Mar 21, 2024
Merged

[Sample App] Add Microsoft.Extensions.Http.Resilience#275
TheCodeTraveler merged 12 commits intomainfrom
Add-Microsoft.Extensions.Http.Resilience

Conversation

@TheCodeTraveler
Copy link
Copy Markdown
Collaborator

Description of Change

This PR replaces Microsoft.Extensions.Http.Polly with Microsoft.Extensions.Http.Resilience.

In .NET 8, Microsoft teamed up with the App-vNext.Polly team to create a more-performant version of Polly. The new Microsoft.Extensions.Http.Resilience library uses the new, more performant version of Polly.

Meanwhile [Microsoft.Extensions.Http.Polly](https://www.nuget.org/packages/Microsoft.Extensions.Http.Polly) uses the older, less performant, version of Polly now rebranded as Polly.Core.

To ensure our Sample App adheres to best practices recommended for all .NET MAUI developers, we are upgrading Microsoft.Extensions.Http.Polly with Microsoft.Extensions.Http.Resilience.

PR Checklist

  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard

Additional information

More information is available in this .NET Blog Post:

https://devblogs.microsoft.com/dotnet/building-resilient-cloud-services-with-dotnet-8/

Resilience packages

@TheCodeTraveler TheCodeTraveler enabled auto-merge (squash) January 13, 2024 02:14
pictos
pictos previously approved these changes Jan 13, 2024
@ghost ghost added stale The author has not responded in over 30 days help wanted This proposal has been approved and is ready to be implemented labels Mar 9, 2024
@TheCodeTraveler TheCodeTraveler removed help wanted This proposal has been approved and is ready to be implemented stale The author has not responded in over 30 days labels Mar 21, 2024
@TheCodeTraveler TheCodeTraveler merged commit 8980f3d into main Mar 21, 2024
@TheCodeTraveler TheCodeTraveler deleted the Add-Microsoft.Extensions.Http.Resilience branch March 21, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants