Skip to content

Refactor to use HttpClientFactory for .NET 8+ targets #553

@jmbryan4

Description

@jmbryan4

Migrate from Pathoschild.Http.Client.FluentClient to the native .NET HttpClientFactory pattern with resilience policies for .NET 8+ target frameworks

Reasons:

  • HttpClientFactory provides better connection pooling and resource management
  • Native integration with Microsoft.Extensions.Http.Resilience for retry policies and circuit breakers
  • Reduce external dependencies and align with modern .NET patterns

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions