You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
wertzui, EmmittJ, pfeigl, elementum, kongxy10 and 4 more