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

Allow linking packages that have arbitrary contents in the 'lib' folder. #7

Open
felix-b opened this issue May 9, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@felix-b
Copy link
Member

felix-b commented May 9, 2019

Currently, package 'lib' folder must be result of compiling a single project (e.g. automatic packaging of project on build). Packages with arbitrary contents of 'lib' achieved with manually authored .nuspec are not supported.

@felix-b felix-b added the enhancement New feature or request label May 9, 2019
@felix-b felix-b changed the title Allow linking packages with arbitrary contents of the 'lib' folder. Allow linking packages that have arbitrary contents in the 'lib' folder. May 9, 2019
@jakst
Copy link

jakst commented Oct 15, 2019

Is this the cause of the below error message?

Fatal error: Error: Cannot link package My.Package: 'lib' folder not found, 
expected ~/.nuget/packages/my.package/1.0.0/lib

I wanna link a local package that I have the source code to, but I do not have access to the original nuget feed. I've run dotnet restore, dotnet build, and dotnet publish on the package source project, but it never end up in my .nuget/packages folder.

I'm on mac, and my `.nuget/packages/ folder only seems to contain nugets that I've fetched from a remote feed.

@felix-b
Copy link
Member Author

felix-b commented Oct 16, 2019

@jakst, thanks for using NuLink! your issue is tracked by #12 (Allow linking unpushed packages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants