SuessLabs / VsLinuxDebug

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
https://marketplace.visualstudio.com/items?itemName=SuessLabs.VSLinuxDebugger
MIT License
36 stars 8 forks source link

[Enhancement] Deploy only Diff #64

Closed zeusware closed 2 weeks ago

zeusware commented 1 year ago

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 Commands (i use german, so sorry if the translation is incorrect, but i guess u know waht i mean)

on such Re-Build task it is not necessary to transport the whole stuff.

Options

B4 Re-Build iterate and Cache the FileInfo's with path, name and TimeStamp After Re-Build check what's changed in the local build folder (compare with new iteration) Just copy/delete to target the modificated files.

With best regards

DamianSuess commented 1 year ago

Duplicate of #45. Let's make this happen. I too feel the pain, especially over a slow VPN 👍

DamianSuess commented 2 weeks ago

Closing as duplicate of #45