Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

No .pdb is produced when DebugType is full. #89

@DaveEmmerson

Description

@DaveEmmerson

dotnet new console
dotnet restore
dotnet build

This works, producing a c# result with a portable .pdb

Change the DebugType to full in the .csproj and restore/rebuild it you get a windows .pdb.

dotnet new console -lang f#
dotnet restore
dotnet build

This works, producing a f# result with a portable .pdb

Change the DebugType to full in the .fsproj and no .pdb is produced.

I've searched around and can't find any mention of this issue. Should it work or does the f# side of things not allow for the 'full' windows .pdbs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions