-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conditional check for PDB location
File.OpenRead can throw if pdb.PdbLocation is a directory. This can happen if (for some reason) the pdb file is not found. In which case PdbLocation will return the working directory, causing File.OpenRead to throw.
- Loading branch information
Lukas Kohl
committed
Aug 5, 2024
1 parent
65ce486
commit 81e1bc9
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters