I am trying to set up a FSharpLint dev environment locally. From a clean repo, I first did dotnet tool restore, and then dotnet fake build, but the latter fails:
There was a problem while setting up the environment:
-> symlink C:\Users\cmeer\.nuget\packages\runtime.native.system.net.security\4.3.1 -> C:\Users\cmeer\Source\Repos\FSharpLint\packages\docs\runtime.native.System.Net.Security failed with error : [1] with output :
and error : You do not have sufficient privilege to perform this operation.
Do I have to run the build command with administrative privileges? I am hesitant to do that. It should not be needed.
I am trying to set up a FSharpLint dev environment locally. From a clean repo, I first did
dotnet tool restore, and thendotnet fake build, but the latter fails:Do I have to run the build command with administrative privileges? I am hesitant to do that. It should not be needed.