Skip to content

[FEATURE REQ] - Add ASP.NET Core example to "Managing the Client Object" documentation #498

Open
@claudiogodoy99

Description

@claudiogodoy99

Describe the feature or improvement you are requesting

Hi team,

I’d like to suggest enhancing the documentation with a dedicated section on managing the client object, especially clarifying whether it is thread-safe and how it should be instantiated (e.g., singleton vs. transient).

Currently, all examples are in plain C#, but many developers—myself included—work with ASP.NET Core and would benefit from a concrete example that shows how to register and use the client via dependency injection.

A section like “Managing the Client Object in ASP.NET Core” could include:

  • Thread-safety guidance
  • Singleton registration via IServiceCollection
  • Example usage in a controller or service

This would align well with common ASP.NET Core practices and help avoid misuse or performance issues.

Thanks for considering!

this request is related to #473

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions