dotnet / dotnet/symreader-converter
Microsoft.DiaSymReader.Pdb2Pdb package as dotnet tool
Open
- Dominant language
- C#
- Stars
- 70
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
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:
```xml
true
pdb2pdb
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.