.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,005 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a Macbook with
When I tried installing MAUI .NET 9.0.200 and tried debugging in VS Code. I got the below error:
System.UnauthorizedAccessException: Access to the path '/Users/''/.dotnet/9.0.201.toolpath.sentinel' is denied.
Please help me
looks like your env variables incorrect or permissions are wrong on "~/.dotnet". check file:
%ls -l ~/.dotnet/9.0.201.toolpath.sentinel