Skip to content

Make Microsoft.Extensions.ServiceDiscovery.UriEndpoint class Public #4224

Description

@thompson-tomo

I am using the endpoint resolver to obtain my endpoints however i do not have the option of obtaining a structured uri for my endpoint due to the UriEndpointClass being internal. As such i am needing to cast the endpoint to a string and then construct a new URI using the string. This double conversion should not be necessary given that the URI Endpoint already contains the uri.

The reason which i am needing it as a Uri is so that i can get the path string.

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions