Coding | .NET Core Raspberry Pi and Windows 10 Console App

Опубликовано: 17 Ноябрь 2020
на канале: IndieRevo
2,403
22

In this video I code a .NET Core Console App that runs on both Windows 10 and Raspberry Pi Linux. The app shares a common codebase, and is therefore platform agnostic.

If you get a "dotnet not found" error, then you can run these commands:

export DOTNET_ROOT=$HOME/dotnet
export PATH=$PATH:$HOME/dotnet
export PATH="$PATH:/home/pi/.dotnet/tools"

OR

Type in the full path to the dotnet runtime; e.g. /home/pi/dotnet/dotnet 'name of dll'

#raspberrypi #dotnetcore #coding


Смотрите видео Coding | .NET Core Raspberry Pi and Windows 10 Console App онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь IndieRevo 17 Ноябрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,403 раз и оно понравилось 22 людям.