Managed definitions for COM interfaces exposed by DiaSymReader APIs
Перейти к файлу
dotnet-maestro[bot] 386e446039
Update dependencies from https://github.com/dotnet/arcade build 1026 (#173)
This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18627.1
2018-12-29 13:17:06 +00:00
eng Update dependencies from https://github.com/dotnet/arcade build 1026 (#173) 2018-12-29 13:17:06 +00:00
src Typos (#151) 2018-08-13 09:52:45 -07:00
.editorconfig Arcade 1.0.0-beta.18608.2 2018-12-10 08:27:08 -08:00
.gitattributes Clean up .gitattributes (#118) 2018-03-22 18:05:52 -07:00
.gitignore Update RT to 1.0.0-beta2-63009-02 (#138) 2018-06-09 20:25:03 -07:00
Build.cmd Arcade 1.0.0-beta.18423.8 2018-08-23 17:18:38 -07:00
License.txt Update License.txt 2017-03-09 09:51:46 -08:00
NuGet.config Rename nuget.config - 2 2018-11-01 13:38:36 -07:00
README.md Update README.md 2018-12-13 10:01:17 -08:00
Restore.cmd Arcade 1.0.0-beta.18423.8 2018-08-23 17:18:38 -07:00
SymReader.sln Add Reader/Writer factory test coverage 2017-10-06 18:35:56 -07:00
Test.cmd Arcade 1.0.0-beta.18423.8 2018-08-23 17:18:38 -07:00
azure-pipelines-microbuild.yml Always cleanup (#167) 2018-12-18 16:23:33 -08:00
azure-pipelines.yml Add CI and PR triggers (#166) 2018-12-18 15:04:40 -08:00
build.sh Fix build path (#121) 2018-03-23 13:09:47 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 1026 (#173) 2018-12-29 13:17:06 +00:00
restore.sh Fix build path (#121) 2018-03-23 13:09:47 -07:00
test.sh Fix build path (#121) 2018-03-23 13:09:47 -07:00

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 on MyGet gallery: https://dotnet.myget.org/Gallery/symreader.

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.