After installing the .NET Core sdk on my Raspberry Pi I received the following error when attempting to create a new console application using the ‘dotnet new console’ command.
pi@raspberrypi:~/IoT/FirstProject $ dotnet new console
System.UnauthorizedAccessException: Access to the path '/home/pi/.dotnet/5.0.203.toolpath.sentinel' is denied.
---> System.IO.IOException: Permission denied
---...
Continue Reading Rick A. Wilson (RAW)’s Article on their blog
http://feedproxy.google.com/~r/richardawilson/mqoq/~3/K0-ZOlSP1OM/net-core-on-raspberry-pi-access-tot-he.html
Blog Syndicated with Rick A. Wilson (RAW)’s Permission