microsoft / DockerTools

Tools For Docker, including Visual Studio Provisioning and Publishing
Other
175 stars 26 forks source link

Blazor Wasm on Docker-Compose? #236

Closed rasert closed 2 months ago

rasert commented 4 years ago

Is there or will it be in future, support for running Blazor WebAssembly (with Nginx) with the Visual Studio debugger running with Docker-Compose?

When trying something like this, I get this error:

CTC1030 Value cannot be null Parameter name: stream

I tried to change the target of the Blazor project from .NetStandard2.1 to netcoreapp3.1 but then it can't find Mono packages.

UPDATE:

When I try to run the project alone using Docker, I get this error:

Debugging Error Unable to find the target operating system for the project xxx.

But I placed the correct information on the csproj

<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>

pratiksanglikar commented 4 years ago

@dbreshears , do we have any plans to support Blazor apps on VSMac?

dbreshears commented 2 months ago

VSMac is deprecated, no plans to support this.