dotnet / dotnet/symreader-portable
SymBinder.GetReaderForFile2 tests fail on non-Windows
Open
- Dominant language
- C#
- Stars
- 90
- Forks
- 45
- Avg merge
- 2h 21m
- Merged PRs (30d)
- 1
Description
If the path in the CodeView data is a Windows path `Path.GetFileName` doesn't return the file name:
```C#
string pdbFileName = Path.GetFileName(codeViewData.Path);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.