# Functions
ExtractPortablePdb extracts PDB files from a .snupkg file.
ParseDebugHeaderID TODO.
ParseNuspecMetaData parses a Nuspec file to retrieve the metadata of a Nuget package.
ParsePackageMetaData parses the metadata of a Nuget package file.
# Constants
DependencyPackage represents a package (*.nupkg).
SymbolsPackage represents a symbol package (*.snupkg).
# Variables
ErrMissingNuspecFile indicates a missing Nuspec file.
ErrNuspecFileTooLarge indicates a Nuspec file which is too large.
ErrNuspecInvalidID indicates an invalid id in the Nuspec file.
ErrNuspecInvalidVersion indicates an invalid version in the Nuspec file.
# Structs
Dependency represents a dependency of a Nuget package.
Metadata represents the metadata of a Nuget package.
Package represents a Nuget package.