fsprojects / fsprojects/Paket

CoreRT AoT compiler Nuget feed is not compatible?

Open
#3,776 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Description

I have tried to follow the instructions here, but using Paket. It does not seem to work.

Repro steps
dotnet new tool-manifest
dotnet tool install paket

Create a paket.dependencies:

nuget https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json

nuget Microsoft.DotNet.ILCompiler

Then try to install:

dotnet paket install
Expected behavior

Install the dependencies

Actual behavior

Fails to download dependency.

Known workarounds

Use dotnet add package instead

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 failure with the shown dotnet tool commands and the paket.dependencies file, then compare it with the documented dotnet add package workaround. Done means the Microsoft.DotNet.ILCompiler dependency installs successfully through Paket from the specified feed.

Written by the indexing model from the issue text.

Assessment

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