Skip to content

Microsoft.Spark nuget package shouldn't have symbols files in it #38

@eerhardt

Description

@eerhardt

We are currently packaging the .pdb symbols file into the NuGet package. But we should be using the new .snupkg format instead.

See https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg

The reason we don't want symbols in the NuGet package is because it bloats every application that uses this package. Symbols are only be used when debugging, so publishing an application shouldn't need them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions