dotnet-architecture / News

News on .NET Architecture Guidance, eShopOnContainers and all the reference apps in dotnet-architecture
MIT License
1.1k stars 79 forks source link

IMPORTANT NOTE ON VISUAL STUDIO 2017 VERSION NEEDED FOR DEV BRANCH (Since April 5th 2018) #13

Open CESARDELATORRE opened 6 years ago

CESARDELATORRE commented 6 years ago

IMPORTANT NOTE ON VISUAL STUDIO 2017 VERSION NEEDED FOR DEV BRANCH!

Visual Studio 2017 15.7 Preview 2.0 or later is needed to run the solution from the DEV branch (current evolving code) which now includes API Gateways features. Due to the configuration used in docker-compose.yml file, VS 15.7 (currently in Preview 2) is needed to run the solution at DEV branch or you can also run eShopOnContainers with Docker CLI with "docker-compose up" or deploying to Kubernetes/AKS. Trying to run the solution at DEV branch in VS 15.6 (current RTM of Visual Studio 2017) will generate errors (complaining about invalid values in docker-compose file).

If you want/need to run eShopOnContainers in Visual Studio 2017 15.6 RTM or previous, you'll need to use the code at the MASTER branch which is the previous stable version of eShopOnContainers.

CESARDELATORRE commented 6 years ago

Note that VS 2017 15.7.1 has already been released as GA/RTM during last week coinciding with //BUILD 2018. So, eShopOnContainers latest code runs now on the VS GA/RTM, again. 👍