CoreRT AoT compiler Nuget feed is not compatible?
Open
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
- 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 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