question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ability to specify which sources to pull the dependencies from

See original GitHub issue

Paket looks for the nuget dependencies in all of the sources for a group. It would be great if we could limit the sources used to lookup the dependencies. This change would increase performance and reduce the unnecessary load that is put on NuGet feeds.

Using this as an example, I named the sources and added from lists. https://github.com/ctaggart/SourceLink/blob/master/paket.dependencies

source nuget https://www.nuget.org/api/v2
source appveyor https://ci.appveyor.com/nuget/ctaggart-sourcelink

from nuget appveyor
  nuget SourceLink.Fake 1.1.0-b279

from nuget
  nuget FAKE
  nuget FSharp.Formatting
  nuget NuGet.CommandLine
  nuget RazorEngine
  nuget FSharp.Core
  nuget LibGit2Sharp
  nuget Mono.Cecil
  nuget UnionArgParser
  nuget System.Threading.Tasks.Dataflow
  nuget Argu

Performance related tickets this would help are #1317 & #1249.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ctaggartcommented, Dec 19, 2015

I’m not clear what wouldn’t work here with transitive dependencies. May be we can work through a better example.

0reactions
ctaggartcommented, Dec 28, 2017

Paket has supported groups with their own sources now, which is what I wanted originally.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction to the Dependency Mechanism - Apache Maven
Dependency scope is used to limit the transitivity of a dependency and to determine when a dependency is included in a classpath. There...
Read more >
Apache Maven Dependency Plugin – Usage
For example: mvn dependency:unpack-dependencies -Dclassifier=sources will try to find the sources for all dependencies and unpack them. Filters ...
Read more >
Missing Maven dependencies in Eclipse project
1. Deleted maven project from eclipse. · 2. Deleted all the file(.setting/.classpath/target) other than src and pom from my source folder. · 3....
Read more >
Force maven to fetch dependencies from remote - Seralahthan
Force maven to fetch dependencies from the remote repository while building the project. We can use -U/--update-snapshots flag when building a maven project...
Read more >
Dependencies analysis | IntelliJ IDEA Documentation
Module dependencies analysis shows all modules that exist in the specified scope, the relationships between these modules as they are specified ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found