How to "paket push" symbols?
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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