Is it currently possible (and if so, how) to run unit tests from Visual Studio in Docker and get the results in the Test Explorer?
I am having success using Visual Studio Tools for Docker and writing tests, both through XUnit and Microsoft's TestTools. However, there doesn't seem to be a way (that I can see) to run the tests inside a docker container. I can go through the effort of setting up a docker image myself, but is there something already available?