VsLinuxDebug
VsLinuxDebug copied to clipboard
VS Extension to remotely deploy and debug your .NET (Core) C# solutions directly to your Linux or Raspberry Pi devices! .NET Core 3.1, .NET 5, 6, 7, 8, 9
## Description Since the last extension update I cannot use the extension anymore. The code builds fine, but then I get the following error while connecting through SSH: ``` 08:37:50.349:...
Unfortunately, I cannot use VsLinuxDebug to build, deploy and attach. Build and deploy works fine but it does not attach automatically and it's quite frustrating since I don't see any...
## Description If using many nuget packages at a project, the tar 'complete' project folder and transport it, unpack it, is quite time intensive. In VS u have normaly the...
Hey, thank you very much for developing this plugin. I have encountered some problems in the process of using it and I hope to get your help. Here is my...
_**WARNING:** EXPERIMENTAL FEATURE_ Research the experimental feature of the launching of uploaded packages via SSH. From a standard SSH connection, the application can be launched. However, SSH.NET the process will...
My project is about 100 MB, it would be neat to have a way where VsLinuxDebug would only copy over modified files instead of delete and transfer the whole package.
## Description Sometimes it's needed to start only the debug again for tracing without build and deploy again, i saw u have the menue item already and the command, pls...
I noticed I have a runtimes folder on my Linux host (the files that are deployed with this extension) that includes binaries for 12 platforms including Windows and OSX. It...
## Description After installing the VsLinuxDebug extension on Visual Studio 2022 and starting to deploy and debug, nothing happens, and attaching to the process for debugging is also not working...
Is there a way to capture stdin? For example, when the console program asks user for input, and user needs to write or select an option. Of course the workaournd...