Open mrsauravsahu opened 3 years ago
Not a command line issue ....if you were to remove the command line lib stuff it would do the same..
Some sort of compiler access to file or file already in use issue.
note it needs access to everythign under /Users/sauravsahu/Documents/personal/code/vpm
Expected Result: Sample app should create a simple CLI tool
Actual Result: Both
dotnet build
anddotnet run
failed with 'Access Denied' issuesOutput of
dotnet build
Output of
dotnet run
Checks:
drwxr-xr-x
inbin/Debug/net5.0
andobj/Debug/net5.0
and my user is the owner of the foldersThe code in my Program.cs
My .NET info