Skip to content

nguerrera/symreader-portable

 
 

Repository files navigation

Microsoft.DiaSymReader.PortablePdb

Reader of Portable PDBs format that implements DiaSymReader interfaces (ISymUnmanagedReader, ISymUnmanagedBinder, etc.).

The definitions of the DiaSymReader COM interfaces are provided by Microsoft.DiaSymReader package. The implementation of these interfaces for Windows PDBs is provided by Microsoft.DiaSymReader.Native package.

It is recommended that new applications and libraries read Portable PDBs directly using APIs provided by System.Reflection.Metadata package. These APIs are much more efficient than DiaSymReader APIs. Microsoft.DiaSymReader.PortablePdb bridge is recommended for existings apps that already use DiaSymReader APIs and need to be able to read Portable PDBs without significant changes to their source.

Pre-release builds are available on MyGet gallery: https://dotnet.myget.org/Gallery/symreader-portable.

Windows - Unit Tests

Debug x86 Debug x64 Release x86 Release x64 Core CLR
master Build Status Build Status Build Status Build Status Build Status

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.6%
  • PowerShell 2.0%
  • Other 1.4%