8000 GitHub - akoeplinger/symreader-portable: Reader of Portable PDBs format that implements DiaSymReader interfaces (ISymUnmanagedReader, ISymUnmanagedBinder, etc.).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

akoeplinger/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 from Azure DevOps public feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json (browse).

Build Status

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 61.2%
  • PowerShell 21.4%
  • Shell 15.1%
  • CMake 1.7%
  • Other 0.6%
0