skip to Main Content

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…

VIEW QUESTION

Visual Studio Code – How to use vcpkg to install third party library?

Using VCPKG I follow step on https://github.com/David-Haim/concurrencpp#building-installing-and-testing I already did vcpkg integrate install in the first place vcpkg.json { "name": "vcpkg-test", "version-string": "1.0.0", "dependencies": ["concurrencpp"] } VS Studio Command Line vcpkg x-update-baseline --add-initial-baseline vcpkg install --triplet-x64-windows D:project_CPPC++_studyvcpkg_projectcpp20-test>vcpkg install --triplet x64-windows…

VIEW QUESTION
Back To Top
Search