0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-CompilersFeature Requesthelp wanted
Repository metrics
- Stars
- 20,414 stars (20,414 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)256 merged PRs in 30d (256 merged PRs in 30d)
Description
Add /pdb:file option to vbc.exe to allow specifying a non-default pdb filename,
and remove the special handling of non-default pdb filenames from the Vbc build task.
Contributor guide
- Research direction
- Inspect the existing command line parsing in vbc.exe and the Vbc build task to identify where non default pdb filenames are handled specially. Add a new /pdb:file option and clean up the special handling.
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Git