PdbLibrary 1.0.0

dotnet add package PdbLibrary --version 1.0.0
NuGet\Install-Package PdbLibrary -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PdbLibrary" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PdbLibrary --version 1.0.0
#r "nuget: PdbLibrary, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PdbLibrary as a Cake Addin
#addin nuget:?package=PdbLibrary&version=1.0.0

// Install PdbLibrary as a Cake Tool
#tool nuget:?package=PdbLibrary&version=1.0.0

BugSplat Banner Image

BugSplat

Crash and error reporting built for busy developers.

Follow @bugsplatco on Twitter Join BugSplat on Discord

👋 Introduction

PdbLibrary is a utilty for getting GUIDs of Windows binaries and symbol files (.exe, .dll, .pdb) so they can be matched to minidump files and processed by WinDbg, CDB, and/or Visual Studio.

⚙️ Installation

PdbLibrary can be installed via NuGet.

Install-Package PdbLibrary

🧑‍💻 Usage

Create a new instance of PDBFile passing a FileInfo that points to a .pdb file.

var pdbFile = new PDBFile(new FileInfo(pdbFilePath));

Create a new instance of PEFile passing a FileInfo that points to a .exe, or a .dll file.

var pdbFile = new PDBFile(new FileInfo(peFilePath));

The GUID value can be accessed on the instance of the PDBFile or PEFile.

var guid = pdbFile.GUID;

🐛 About

BugSplat is a software crash and error reporting service with support for Windows C++, .NET Framework, dotnet and many more. BugSplat automatically captures critical diagnostic data such as stack traces, log files, and other runtime information. BugSplat also provides automated incident notifications, a convenient dashboard for monitoring trends and prioritizing engineering efforts, and integrations with popular development tools to maximize productivity and ship more profitable software.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 315 11/23/2022