Cannot resolve Dictionary in Unity container?

Very interesting find +1. Seems like a bug in Unity, see here: unity.codeplex.com/Thread/View.aspx?Thre... You can also try this: container. RegisterType, Dictionary> (new InjectionConstructor()) That makes it use the default constructor, thus circumventing the issue.

Very interesting find +1. Seems like a bug in Unity, see here: unity.codeplex.com/Thread/View.aspx?Thre... You can also try this: container. RegisterType, Dictionary> (new InjectionConstructor()); That makes it use the default constructor, thus circumventing the issue...

Thanks for the thread and the suggestion - I guess I'll need to write a non-generic wrapper for the Dictionary, which is just another level of complexity I could've done without :( - thanks again – IanR Apr 29 '10 at 1:32 sincere apologies for the delay on accepting this one... I've only just caught up with you on the InjectionConstructor suggestion, which indeed circumvents the issue... marking as accepted now - thanks :) – IanR Jun 11 '10 at 10:30.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions