dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.32k stars 9.97k forks source link

[Blazor] Enable docker support when creating a template from Visual Studio #22964

Closed javiercn closed 1 year ago

javiercn commented 4 years ago

Change the template to enable the checkbox.

javiercn commented 4 years ago

This is blocked on necessary tooling improvements to make sure it only applies to hosted blazor-wasm and that it gets applied to the server project.

mkArtakMSFT commented 4 years ago

@vijayrkn we need your help with the tooling side of this. Do you think this will make into Vs 16.8?

vijayrkn commented 4 years ago

Our 16.8 tooling schedule is full. I can get this added to our backlog but I can't commit to an ETA.

mkArtakMSFT commented 4 years ago

Thanks @vijayrkn! @javiercn moving this issue to the Next Sprint Planning - out of 5.0.

ghost commented 4 years ago

Thanks for contacting us. We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

ghost commented 4 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

mkArtakMSFT commented 1 year ago

Our 16.8 tooling schedule is full. I can get this added to our backlog but I can't commit to an ETA.

@vijayrkn any updates on this?

vijayrkn commented 1 year ago

This work is complete and is available in the newer version of Visual Studio. Closing.

javiercn commented 1 year ago

@vijayrkn Could you elaborate on this a bit? The issue is from 2020 and my memory does not go that far 😄

vijayrkn commented 1 year ago

I just checked the Blazor Server app template in VS and they do have the enable docker desktop option.

image

For Blazor WASM and hosted, this option is hidden.