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

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • 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

Komentáře • 2