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
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)
Clean Project
Clean Solution
Build Project
Re-Build Project
Build Solution
Re-Build Solution
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.
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