Skip to content

Microsoft.DiaSymReader.Pdb2Pdb package as dotnet tool #208

@dominoFire

Description

@dominoFire

Consider packing Microsoft.DiaSymReader.Pdb2Pdb package as dotnet tool. That way, we can use dotnet tool commands to manage the package, instead of installing it in a fixed location and creating custom scripts to invoke pdb2pdb.exe.

This would require adding the following properties to the project file:

<PackAsTool>true</PackAsTool>
<ToolCommandName>pdb2pdb</ToolCommandName>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions