Running C# client code on Arm64 Linux #24
alecthegeek
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During lock down I got an Arm64 based ChromeOS tablet, and of course I switched on the Linux (Crostini) feature.
Then Microsoft announced support on Arm64 Linux for both .NET 5 and PowerShell 7.1
So I build the MF/NG server command proxy code and started making API calls via PowerShell and "It just works".
/tmp
(e.g.cd /tmp; dash ~/Downloads/pcng-setup-20.1.1.55784-linux-x64.sh -e
)Notes:
ServerCommandProxy.cs
file the file is located in the files unpacked into/tmp
$env:USERPROFILE
did not return a value, use~
insteadBeta Was this translation helpful? Give feedback.
All reactions