fsprojects / fsprojects/Paket

No change to project when using paket add in dotnet core on Mac OSX

Open
#2,691 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug needs-repro sdk: dotnet/sdk
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.

Auth Service.zip

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.