-
Notifications
You must be signed in to change notification settings - Fork 158
DLL Not Found on Ubuntu #422
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
Comments
As described on other issues (such as #46) this is an issue with .NET Tools and there not being a way to ship RID specific versions of a tool. Because of that, there is no way to provide If we were to do this in a non-RID specific way, the .NET tool NuGet package (that is the compressed zip) would be 70MB just to support Please upvote issues such as NuGet/Home#10571 if the scenario is important to you. |
i do have libClang installed. including the rest of the llvm toolchain both version 14 and 15 |
And thats besides the point that if you have external deps like this it has to be part of the installation guide. It doesnt have to work automagically but there is no path for me to find out how to get this working from the documentation. |
As indicated above, there are two native dependencies required here:
The error message explicitly states what's going on and provides a suggestion on how to resolve this Specifically, it states:
This tells you, respectively:
If there is a way to make this clearer, then suggestions and contributions are welcome. However, as is the error information does state all the required information, particularly when taken in coordination with the repo's README which gives explicit links to the relevant NuGet packages by name. |
I remember this being a bug like a year ago. has this never been fixed?
The text was updated successfully, but these errors were encountered: