Skip to content

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

@basarugur

Description

@basarugur

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions