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

Missing Library #9

Closed
Angular-Angel opened this issue Feb 26, 2021 · 2 comments
Closed

Missing Library #9

Angular-Angel opened this issue Feb 26, 2021 · 2 comments
Labels

Comments

@Angular-Angel
Copy link

Angular-Angel commented Feb 26, 2021

I tried to run the 3.1.3 command line version on Xubuntu, and I got the following error:

Error:
An assembly specified in the application dependencies manifest (nettally.deps.json) was not found:
package: 'CommandLineParser', version: '2.8.0'
path: 'lib/netstandard2.0/CommandLine.dll'

Checking the directory, there's no lib folder at all, but there's a bin folder, and it has a folder in it labeled 'CommandLineParser'. Is there a mislabelling somewhere, perhaps?

@Kinematics
Copy link
Owner

Well, that's an embarrassing error. I fixed it in the 3.1.4 release. (It's also an easy text editing fix, but might as well get the new version.)

The issue is that it needs to be told to look in the bin folder when searching for dependency libraries.

@Angular-Angel
Copy link
Author

Did you fix it in the 3.1.4 command line release? Cause I just tried it and got the same error.

Error:
An assembly specified in the application dependencies manifest (nettally.deps.json) was not found:
package: 'CommandLineParser', version: '2.8.0'
path: 'lib/netstandard2.0/CommandLine.dll'

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

No branches or pull requests

2 participants