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

Unity.nuspec does not explicitly list DLL dependencies, which cause runtime issues #314

Open
basarugur opened this issue Apr 14, 2021 · 0 comments

Comments

@basarugur
Copy link

When you refer to the "Unity" Nuget package (not Container or Abstractions) from a project, the dependencies of the DLLs included in the package (DLLs being Container and Abstractions, and the dependency System.Threading.Tasks.Extensions) do not get resolved during compile time. And eventually, this causes a "DLL resolution" issue during runtime. I reckon that the "package.nuspec" file has to explicitly list these dependencies, so that they get automatically resolved.

@basarugur basarugur changed the title Nuspec does not explicitly list DLL dependencies, which cause runtime issues Unity.nuspec does not explicitly list DLL dependencies, which cause runtime issues Apr 14, 2021
@ENikS ENikS transferred this issue from unitycontainer/unity May 30, 2021
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

No branches or pull requests

1 participant