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

ship Portable PDB files instead for FSharp.Core #5683

Closed
ctaggart opened this issue Sep 21, 2018 · 2 comments
Closed

ship Portable PDB files instead for FSharp.Core #5683

ctaggart opened this issue Sep 21, 2018 · 2 comments
Labels
Area-Library Issues for FSharp.Core not covered elsewhere Feature Improvement
Milestone

Comments

@ctaggart
Copy link
Contributor

Following up on #294, please ship the Portable PDB files for FSharp.Core.

Using JetBrains dotPeek > Tools > Show PDB Content...
it shows the PdbType="Windows":

<?xml version="1.0" encoding="utf-8"?>
<Pdb Name="FSharp.Core" Path="C:\Users\taggac\AppData\Local\Temp\SymbolCache\FSharp.Core.pdb\0A868D34CF4743D0B21CC9DF656936A71\FSharp.Core.pdb" AssemblyPath="C:\Users\taggac\AppData\Local\Temp\SymbolCache\FSharp.Core.pdb\0A868D34CF4743D0B21CC9DF656936A71\FSharp.Core.dll" PdbType="Windows" Signature="0a868d34-cf47-43d0-b21c-c9df656936a7" Age="1" AgeOrTimestampFromAssembly="" SignatureFromAssembly="" PdbFileFromAssembly="">
  <UserEntryPoint>null</UserEntryPoint>
  <ImportScope Index="1" Parent="null" />
</Pdb>
@baronfel
Copy link
Member

From what I can see this is entirely controlled by the setting set in FSharpBuild.Directory.Build.props, where it's set to embedded:

<DebugType>embedded</DebugType>

Is this the only thing that would need to change?

@KevinRansom
Copy link
Member

This has been fixed.

We have shipped embedded portable pdbs in FSharp.Core since 4.7.0. released on 8/2/2019
The debug directory of FSharp.Core

net45\FSharp.Core.dll

Debug Directory:
  CodeView stamp=0xAF8380A7, version=(0x0100, 0x504D), size=40
    path='FSharp.Core.pdb', guid={6c755dd3-d379-4fa3-9157-1761ae9ac195}, age=1
  PdbChecksum stamp=0xAF8380A7, version=(0x0001, 0x0100), size=39
  EmbeddedPortablePdb stamp=0x00000000, version=(0x0100, 0x0100), size=136855
  Reproducible stamp=0x00000000, version=(0x0000, 0x0000), size=0

netstandard2.0\FSharp.Core.dll

Debug Directory:
  CodeView stamp=0xC04F0035, version=(0x0100, 0x504D), size=40
    path='FSharp.Core.pdb', guid={7480aa60-32a8-4af9-a4f9-94c11eeb3d50}, age=1
  PdbChecksum stamp=0xC04F0035, version=(0x0001, 0x0100), size=39
  EmbeddedPortablePdb stamp=0x00000000, version=(0x0100, 0x0100), size=136993
  Reproducible stamp=0x00000000, version=(0x0000, 0x0000), size=0

@cartermp cartermp modified the milestones: Unknown / not bug, 16.8 Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Library Issues for FSharp.Core not covered elsewhere Feature Improvement
Projects
None yet
Development

No branches or pull requests

4 participants