fsprojects / fsprojects/Paket

How to "paket push" symbols?

Open
#3,346 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
F#
Stars
2.1k
Forks
528
Avg merge
1d 12m
Merged PRs (30d)
54

Description

I'm unsure how the symbol stuff works. I have used paket pack to create a .nupkg and a .symbols.nupkg. I then tried pushing both of these using paket push, but the second one failed due to the package already existing on nuget. (Incidentally, the CI server published the symbol package first, so it was only the symbol package that got published. I guess that's not critical to fix, since it seems to contain everything the non-symbol package has.)

I was under the impression that both symbol and non-symbol files should be pushed to Nuget. Upon closer inspection of the docs, it says to publish the normal package first. Is that a critical part? Should I paket push the non-symbol package first, and then the symbol package?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported paket pack and paket push workflow and compare it with the linked NuGet symbol-package documentation. Determine whether the normal package must be pushed before the .symbols.nupkg, then document the supported order and expected result.

Written by the indexing model from the issue text.

Assessment

Domain
cli, tooling
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.