madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
240 stars 23 forks source link

Feature Request: Detect file system format that will cause PrlSF Permissions error #53

Open dansiegel opened 3 years ago

dansiegel commented 3 years ago

Description

As outlined in the following Parallels forum thread, there is a known issue for those using a mapped network share when building for UWP. I have experienced this both when mapping my shared repos folder as a network drive and when mounting the share as C:\repos.

https://forum.parallels.com/threads/prlsf-permissions-issue-when-developing-an-uwp-app-in-visual-studio.342549/

Due to file system requirements after building the deployment will fail with a PrlSF Permissions error. It would be great if tweakster could automatically detect the issue and give me the ability (without modifying the UWP csproj) to simply force the build to use a local temp directory for the binary outputs. Currently the workaround involves updating the csproj so use something like this:

<OutputPath>$(TEMP)\Debug</OutputPath>
madskristensen commented 3 years ago

Please open a feature request on Developer Community and post the link back here.

dansiegel commented 3 years ago

done!

https://developercommunity.visualstudio.com/idea/1220491/detect-file-system-format-that-will-cause-prlsf-pe.html