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

Duplicate keys added when populating reference assemblies on mono #252

Closed
davidfowl opened this issue May 27, 2014 · 2 comments
Closed

Duplicate keys added when populating reference assemblies on mono #252

davidfowl opened this issue May 27, 2014 · 2 comments
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

@davidfowl davidfowl added this to the CTP2 milestone May 27, 2014
@davidfowl davidfowl self-assigned this May 27, 2014
@xplicit
Copy link

xplicit commented May 27, 2014

Issue is closed, but just some additional info.

I added a printing of keys and values in the Dictionary.Add method, here are part of the output. There are two libraries System.Windows.dll in the '4.5' dir and in the '4.5/Facades' dir

key=System.Windows value=/usr/lib/mono/4.5/System.Windows.dll
key=WindowsBase value=/usr/lib/mono/4.5/WindowsBase.dll
key=System.Runtime.InteropServices.WindowsRuntime value=/usr/lib/mono/4.5/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
key=System.Windows value=/usr/lib/mono/4.5/Facades/System.Windows.dll

@davidfowl
Copy link
Member Author

@xplicit thanks. I've updated the logic to just overwrites entries. It should just work fine. KRE 471 should have it.

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