Reader of Portable PDBs format that implements DiaSymReader interfaces (ISymUnmanagedReader, ISymUnmanagedBinder, etc.).
Перейти к файлу
Immo Landwerth 859645ab33
Link Code of Conduct (#261)
2020-04-03 10:51:58 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20200401.2 (#260) 2020-04-02 12:18:54 +00:00
src [master] Update dependencies from dotnet/arcade (#225) 2020-02-15 20:50:08 +00:00
.editorconfig Arcade 18616.5 (#146) 2018-12-17 15:21:31 -08:00
.gitattributes Clean up .gitattributes (#115) 2018-03-22 18:23:58 -07:00
.gitignore Update to RT 1.0.0-beta2-63009-02 (#128) 2018-06-09 21:02:57 -07:00
Build.cmd Arcade 18616.5 (#146) 2018-12-17 15:21:31 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#261) 2020-04-03 10:51:58 -07:00
License.txt Update License.txt 2019-02-07 15:25:20 -08:00
NuGet.config Feed cleanup (#258) 2020-03-30 12:27:03 -07:00
README.md Update README.md 2020-02-15 13:30:59 -08:00
Restore.cmd Arcade 18616.5 (#146) 2018-12-17 15:21:31 -08:00
SymReaderPortable.sln Add .editorconfig 2017-08-08 13:21:51 -07:00
THIRD-PARTY-NOTICES Add 3pn notice for dotnet/corefx 2017-03-05 12:15:51 -08:00
Test.cmd Arcade 18616.5 (#146) 2018-12-17 15:21:31 -08:00
azure-pipelines-microbuild.yml Cleanup yml files (#151) 2019-03-28 09:25:44 -07:00
azure-pipelines.yml [master] Update dependencies from dotnet/arcade (#225) 2020-02-15 20:50:08 +00:00
build.sh Fix build paths (#117) 2018-03-23 13:11:59 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20200401.2 (#260) 2020-04-02 12:18:54 +00:00
restore.sh Fix build paths (#117) 2018-03-23 13:11:59 -07:00
test.sh Fix build paths (#117) 2018-03-23 13:11:59 -07:00

README.md

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/dotnet5/nuget/v3/index.json (browse).

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.