Peter Waldschmidt
Peter Waldschmidt
Turns out that all of the header values sent through reverse_proxy are wrapped in an array rather than a plain string. This breaks Rack::Cache further up the line. ``` {...
I submitted a pull request with my patch that fixes the issue for me. https://github.com/jaswope/rack-reverse-proxy/pull/25 AFAIK, the Rack interface expects headers to be strings. Returning them as an array is...
I agree with @AbhitejJohn that the normal way to do this would be to implement ITestContainerDiscoverer. You may run into issues though if your tests are being discovered twice. Once...
The API you are looking for is to implement ITestContainerDiscoverer in VS and trigger the TestContainersUpdated event.
I believe it works the same way for both.