OctopusDeploy / OctopusClients

| Public | Octopus.Client for commanding Octopus servers
https://octopus.com
Other
7 stars 120 forks source link

Change HttpRouteExtractor access modifier to public to match interface #872

Closed nathanwoctopusdeploy closed 2 weeks ago

nathanwoctopusdeploy commented 2 weeks ago

OctopusAsyncClient takes an IHttpRouteExtractor in its constructor, but the default implementation HttpRouteExtractor is not public.

Changing this class to public makes any inheritance of OctopusAsyncClient (and HttpRouteExtractor itself) much simpler.

Clones https://github.com/OctopusDeploy/OctopusClients/pull/871

[sc-91741]