-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PathMap not supported by F#? #11100
Comments
This is a C# compiler flag. Adding support for this is ongoing, see dotnet/sourcelink#601 |
I implemented support for this in the compiler in #9874, so we should be good to go. |
@baronfel Thanks for responding! I am finding documentation a little sparse. Suppose I have many |
What about setting the Deterministic property to true in a Directory.Build.props file? |
I have already set these properties in my <Deterministic>true</Deterministic>
<DeterministicSourcePaths>true</DeterministicSourcePaths> However, if I |
It needs a |
Sorry, I am not familiar with all of this stuff. What would |
Repro steps
I want to have deterministic builds, regardless of the folder that the project is checked-out into.
Following information found here, I added a
PathMap
property to myfsproj
:Expected behavior
Deterministic builds
Actual behavior
$ dotnet build usr/share/dotnet/sdk/5.0.103/FSharp/Microsoft.FSharp.Targets(281,9): error MSB6006: "dotnet" exited with code 134.
Known workarounds
Unknown
Related information
The text was updated successfully, but these errors were encountered: