Skip to content
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

Deterministic paths not generated for F# projects #182

Closed
SteveGilham opened this issue Sep 30, 2018 · 4 comments
Closed

Deterministic paths not generated for F# projects #182

SteveGilham opened this issue Sep 30, 2018 · 4 comments

Comments

@SteveGilham
Copy link

SteveGilham commented Sep 30, 2018

Having set

    <ContinuousIntegrationBuild Condition="'$(APPVEYOR)'=='True'">true</ContinuousIntegrationBuild>
    <DeterministicSourcePaths Condition="'$(APPVEYOR)'=='True'">true</DeterministicSourcePaths>

in both .fsproj and .csproj projects in the same solution and performed a build on AppVeyor, the resulting .pdb files contain paths of the form /_/path/to/file.cs for C# projects, but C:\projects\project-name\path\to\file.fs for the F# projects

@tmat
Copy link
Member

tmat commented Sep 30, 2018

F# doesn't currently support deterministic source paths: dotnet/fsharp#3812

@tmat
Copy link
Member

tmat commented Sep 30, 2018

@KevinRansom FYI

@tmat
Copy link
Member

tmat commented Sep 30, 2018

CLosing as this feature is tracked in F# repository.

@tmat tmat closed this as completed Sep 30, 2018
@saul
Copy link

saul commented Oct 19, 2018

PR for this: dotnet/fsharp#5801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants