unosquare / raspberryio

The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
https://unosquare.github.io/raspberryio
Other
672 stars 104 forks source link

Publishing to linux-arm #240

Closed Wavesolid closed 3 years ago

Wavesolid commented 3 years ago

right now i'm using VsCode in Windows 10 and i want to code my Raspi program through my Windows so in the end i need to publish and transfer the files by using SSH. But somehow when i tried to run dotnet publish -R linux-arm it gaves me a lot of error. What should i do? Does this library only support RaspiOS? Thank you in advance.