You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
When you refer to the "Unity" Nuget package (not
Container
orAbstractions
) from a project, the dependencies of the DLLs included in the package (DLLs beingContainer
andAbstractions
, and the dependencySystem.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.The text was updated successfully, but these errors were encountered: