Reader of Portable PDBs format that implements DiaSymReader interfaces (ISymUnmanagedReader, ISymUnmanagedBinder, etc.).
Перейти к файлу
dotnet-maestro[bot] 5af729ff71
[main] Update dependencies from dotnet/arcade (#564)
* Update dependencies from https://github.com/dotnet/arcade build 20240701.5

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24351.5

* Update dependencies from https://github.com/dotnet/arcade build 20240702.2

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2

* Update dependencies from https://github.com/dotnet/arcade build 20240702.2

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2

* Update dependencies from https://github.com/dotnet/arcade build 20240702.2

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2

* Update dependencies from https://github.com/dotnet/arcade build 20240702.2

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2

* Update dependencies from https://github.com/dotnet/arcade build 20240702.2

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2

* Update dependencies from https://github.com/dotnet/arcade build 20240702.2

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24327.1 -> To Version 9.0.0-beta.24352.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-07-08 11:48:56 -07:00
eng
src
.editorconfig
.gitattributes
.gitignore
Build.cmd
CODE-OF-CONDUCT.md
License.txt
NuGet.config
README.md
Restore.cmd
SymReaderPortable.sln
THIRD-PARTY-NOTICES
Test.cmd
azure-pipelines-PR.yml
azure-pipelines-codeql.yml
azure-pipelines.yml
build.sh
global.json
restore.sh
test.sh

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

Build Status