[ 
https://issues.apache.org/jira/browse/NPANDAY-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter resolved NPANDAY-604.
----------------------------------

    Resolution: Fixed
    
> When a solution contains more than one version of an assembly, only one 
> version is used in POMs
> -----------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-604
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-604
>             Project: NPanday
>          Issue Type: Bug
>          Components: Project Importer
>    Affects Versions: 1.4-incubating
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 1.5.0-incubating
>
>
> When the project importer reviews references, it uses 
> {{AppDomain.CurrentDomain.ReflectionOnlyAssemblies()}} to look at existing 
> loaded assemblies and tries to match the assembly by short name. If not found 
> it loads the DLL for reflection. This means once one version of an assembly 
> is loaded, not different versions will later be loaded.
> Reflection loading in this case is unnecessary as 
> {{AssemblyName.GetAssemblyName()}} contains all the information needed to 
> construct the reference information without loading the assembly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to