No change to project when using paket add in dotnet core on Mac OSX
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Added my .paket folder, downloaded paket.bootstrapper.exe and renamed to paket.exe. Ran
mono ./.paket/paket.exe init.
All successful, then ran
mono ./.paket/paket.exe add IdentityServer4 --project Http
and it returned successful, lastly ran dotnet restore but the packages haven't been added to my project.
I'm sure it's me, but what am I doing wrong?
Edit: Here's my Solution folder.
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 by reproducing the commands in the issue with the attached Auth.Service.zip solution, focusing on the .paket/paket.exe add command targeting the Http project. Inspect the resulting project and Paket files, then run dotnet restore; done means IdentityServer4 is added to Http and restore makes it available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100