dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 386 forks source link

Remote deploy+debug projects from Visual Studio to Linux/XPlat #1721

Open gregg-miskelly opened 7 years ago

gregg-miskelly commented 7 years ago

From @OtherCrashOverride on September 27, 2016 8:44

Followup to https://github.com/dotnet/coreclr/issues/3544

Copied from original issue: dotnet/coreclr#7375

gregg-miskelly commented 7 years ago

@OtherCrashOverride it is somewhat unclear what this bug tracks precisely. Excluding VS for Mac and VS Code, VS has support for --

  1. Local and remote Windows debugging
  2. Remote attach to Linux/OSX over SSH: https://blogs.msdn.microsoft.com/visualstudioalm/2017/01/26/debugging-net-core-on-unix-over-ssh/
  3. Launch to Linux/OSX over Docker

Does 2 resolve this? If not, what is your feature request?

gregg-miskelly commented 7 years ago

From @OtherCrashOverride on March 9, 2017 8:54

The feature desired is analogous to the "Visual C++ for Linux Development" included in VS2017. Instead of C++, it is desirable for C# (dotnet coreclr). https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/

From within Visual Studio, the project is remote compiled (deployed) and debugged at the click of a button. Remote server connections are seamlessly integrated into the IDE.

gregg-miskelly commented 7 years ago

@Andrew-MSFT FYI

fbnz156 commented 6 years ago

Has there been any update on this? I am currently looking for this.