Peter Waldschmidt

Results 9 comments of 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.

Thanks for the callout @nohwnd. I had not seen this ticket before. We have heard the request for making the Test Explorer hierarchy more flexible, it's on our radar. I...

We don't currently enable support for remote testing in Windows containers in Docker, only Linux containers. There are quite a few technical differences that make it difficult to maintain and...

At this point, we do not have any plans to roll out support for remote testing in Windows containers.

> @peterwald Could you please take a quick look - looks like the .NET part of the build is failing Thanks @shyamnamboodiripad. These changes look good to me.