Replies: 1 comment 1 reply
-
|
My initial workaround idea would be to add a condition that is Condition=“‘$(DesignTimeBuild)’ != ‘true’”. But @baronfel would have deeper understanding and if there’s something we need to fix in ProjInfo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I want to use
CallerFilePathalong withPathMapto generate short paths for debug information, as described in the first answer in this stackoverflow question https://stackoverflow.com/questions/65935784/is-it-possible-to-remove-the-full-paths-from-net-assemblies-created-with-dotnet. However, it seems the path map breaks fsautocomplete's jump to definition functionality. It reports an error that a path like/_/Auth.fsis not found. Is there a way to configure fsautocomplete to either ignore the setting or to map it back to the local path? Or is it recommended that I make these settings conditional, only applying to a release build, where dev tooling wouldn't apply?Beta Was this translation helpful? Give feedback.
All reactions