Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Download package symbols if they are packaged as .snupkg #775

@DiFFoZ

Description

@DiFFoZ

For example, Serilog uses .snupkg.

It can be implemented like this:
After downloading the package check if https://www.nuget.org/api/v2/symbolpackage/PACKAGEID/VERSION returns something, and if so download and store it alongside with .nupkg.

On loading we check if a file with extension .snupkg exists, and if so then parse and load .pdb.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions