Update known issue 517815-BCL Stack traces are missing source information (#623)

* Update 517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md

Add the portable PDB conversion tool as a workaround now that it is better documented how to use it.

* Update 517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md

PR feedback
pull/625/head
Noah Falk 2018-02-15 13:18:20 -08:00 committed by Ron Petrusha
parent 11c6dd22dc
commit b070889016
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Stack traces are missing source information for frames with debug information in the Portable PDB format when running on .NET Framework 4.7.1
## Symptoms
@ -12,7 +13,8 @@ The .NET Framework 4.7.1 added support for detecting and parsing the Portable PD
## Workarounds
- If you control the build process for the problematic assemblies you may be able to configure it to generate the classic Windows PDB format instead.
- You can use the [PDB conversion tool](https://github.com/dotnet/symreader-converter) to convert the Portable PDBs into the classic Windows PDB format and deploy those with the application instead.
## Resolution
A fix is anticipated in .NET Framework 4.7.2, in the near future, that restores Portable PDB functionality with greatly improved performance.
A fix is anticipated in .NET Framework 4.7.2 in the near future that restores Portable PDB functionality with greatly improved performance.