Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Referencing a package with multiple assemblies should reference all of the assemblies #266

Closed
rynowak opened this issue May 29, 2014 · 0 comments
Assignees
Milestone

Comments

@rynowak
Copy link
Member

rynowak commented May 29, 2014

Example project.json:

{
    "version": "0.1-alpha-*",
    "dependencies": {
        "StyleCop":  "4.7.10.0"
    },
    "configurations" : {
        "net45" : { 
            "dependencies": {
            }
        }
    }
}

This package contains StyleCop.dll, StyleCop.CSharp.dll and StyleCop.CSharp.Rules.dll. Only StyleCop.dll appears to be available in the project.

@davidfowl davidfowl added this to the CTP2 milestone May 30, 2014
@davidfowl davidfowl self-assigned this May 30, 2014
davidfowl added a commit that referenced this issue May 30, 2014
- Changed 5 dictionaries into 2
- Made a single structure that represents all package information
  to be used for subsequent calls
- Properly map assemblies names to paths for loading
- Use all reference assemblies in the package for compilation

#266
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants