Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find the references file in upper directories #409

Merged
merged 2 commits into from
Dec 1, 2014
Merged

Find the references file in upper directories #409

merged 2 commits into from
Dec 1, 2014

Conversation

forki
Copy link
Member

@forki forki commented Nov 30, 2014

@hmemcpy would like to put a paket.references file in a folder and let it work for all projects in subfolders.

@mexx
Copy link
Member

mexx commented Nov 30, 2014

looks good 👍

@forki
Copy link
Member Author

forki commented Nov 30, 2014

Question is if we really want to support this.
On Nov 30, 2014 8:44 PM, "Max Malook" [email protected] wrote:

looks good


Reply to this email directly or view it on GitHub.

@mexx
Copy link
Member

mexx commented Nov 30, 2014

If the need is there, why not support this functionality?

If needed we could even extend it, by combining the content of reference files in parent directories with the content of project specific reference file.

@hmemcpy
Copy link

hmemcpy commented Nov 30, 2014

Hi!
First, thanks @forki for implementing this so quickly!

In issue #405 I tried to use Paket with a solution that uses shared projects and multiple csproj files in the same folder - a part of a ReSharper plugin which targets multiple versions of the SDK.
I currently use nuget's ability to "inherit" .package files, and also the built-in convention for packages.ProjectName.csproj.config, so I can include different packages for different projects.

Per @agross' suggestion, I tried moving it to separate folders instead, however I'd like to keep the hierarchy such that I have one paket.dependencies files in the "root" of the directory, and have it applied to all the projects in all subfolders of that directory.

I'll try this out, see if this works better :)

mexx added a commit that referenced this pull request Dec 1, 2014
Find the references file in upper directories
@mexx mexx merged commit a3b570a into master Dec 1, 2014
@matthid matthid deleted the Reffind branch May 6, 2017 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants