Do you have a sample of this working with a docker-compose?
Tried creating one. But I get the below error when running in VS 2017
Severity Code Description Project File Line Suppression State Error Value cannot be null. Parameter name: stream docker-compose C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets 294
<CreateComposeVsGeneratedFiles DockerComposeProjectPath="$(DockerComposeProjectPath)" DockerDevelopmentMode="$(DockerDevelopmentMode)" DockerVsDbgPath="$(DockerVsDbgPath)" DockerMsVsMonPath="$(DockerMsVsMonPath)" DockerOneCoreMsVsMonPath="$(DockerOneCoreMsVsMonPath)" ServiceReferences="@(DockerServiceReferences)" />
Do you have a sample of this working with a docker-compose?
Tried creating one. But I get the below error when running in VS 2017
Severity Code Description Project File Line Suppression State Error Value cannot be null. Parameter name: stream docker-compose C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets 294<CreateComposeVsGeneratedFiles DockerComposeProjectPath="$(DockerComposeProjectPath)" DockerDevelopmentMode="$(DockerDevelopmentMode)" DockerVsDbgPath="$(DockerVsDbgPath)" DockerMsVsMonPath="$(DockerMsVsMonPath)" DockerOneCoreMsVsMonPath="$(DockerOneCoreMsVsMonPath)" ServiceReferences="@(DockerServiceReferences)" />