AaronRobinsonMSFT / symreader

Managed definitions for COM interfaces exposed by DiaSymReader APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft.DiaSymReader

Provides managed definitions for COM interfaces exposed by DiaSymReader APIs (ISymUnmanagedReader, ISymUnmanagedBinder, etc.) for reading Windows and Portable PDBs.

The implementation of these interfaces for Windows PDBs is provided by Microsoft.DiaSymReader.Native package. The implementation for Portable PDBs is provided by Microsoft.DiaSymReader.PortablePdb 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

Managed definitions for COM interfaces exposed by DiaSymReader APIs

License:MIT License


Languages

Language:C# 50.8%Language:PowerShell 27.3%Language:Shell 19.4%Language:CMake 2.4%Language:Batchfile 0.1%