Managed definitions for COM interfaces exposed by DiaSymReader APIs
Перейти к файлу
dotnet-maestro[bot] f2d66a6819 Update dependencies from https://github.com/dotnet/arcade build 20220831.1
Microsoft.DotNet.Arcade.Sdk
 From Version 7.0.0-beta.22111.10 -> To Version 8.0.0-beta.22431.1
2022-09-01 12:27:33 +00:00
eng Update dependencies from https://github.com/dotnet/arcade build 20220831.1 2022-09-01 12:27:33 +00:00
src Alternative load path, compiler info fixes (#255) 2021-10-28 14:07:47 -07:00
.editorconfig
.gitattributes
.gitignore
Build.cmd
CODE-OF-CONDUCT.md
License.txt
NuGet.config
README.md
Restore.cmd
SymReader.sln
Test.cmd
azure-pipelines.yml Official builds (#257) 2022-02-07 14:18:38 -08:00
build.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20220831.1 2022-09-01 12:27:33 +00:00
restore.sh
test.sh

README.md

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