I am running a win 10 host and a VMware with Linux Ubunto 22.04 LTS.
I have created a .Net6.0 helloWorld console application and published it as a self-contained app.
I then tried to copy&paste it from host to VM but it is not possible. It works with a textfile but not my build. Files app is crashing on Linux when attempting this.
I have also failed when I tried: zip it in both 7s and tar publish for linux-arm, linux-x64 and win-x64
I want to know what the issue is.
答案1
I solved it.
The issue was that the file exceeded 65 mb in size which was the max allowed for copying.
A workaround is to mount a shared directory and pass the files through that way.