Visual Studio, docker container->container call: Connection Refused
Edit: Problem reduced to appearing when changing from .Net6 to .Net8. Changing from .Net6 to .Net7 works fine. But why? I've tried to follow this tutorial. https://learn.microsoft.com/en-us/visualstudio/containers/tutorial-multicontainer?view=vs-2022 The have pushed their code to https://github.com/MicrosoftDocs/vs-tutorial-samples/tree/master/docker/ComposeSample I download and it works. I…