Enable extension through inheritance

I need to be able to control/track child containers. The easiest way to do that would be to inherit UnityContainer and override CreateChildContainer. However, none of the methods in UnityContainer...

Id #12155 | Release: None | Updated: May 16 at 5:32 AM by jgauffin | Created: May 16 at 5:32 AM by jgauffin

Add nuget package for WinRT

I want to nuget package for WinRT. I hope that type this command. Install Unity 3.0. Install-Package Unity -Pre Thank you.

Id #12104 | Release: None | Updated: May 4 at 2:07 PM by okazuki | Created: May 4 at 2:07 PM by okazuki

Add Windows 8(WinRT for metro apps) CP support

Assembly of unity 3.0 from October 27 2011 is not working, because I can even add it in My Metro App. VS11 tell me- "project target .Net CORE, but File target .net framework". I can add unity in ....

Id #12012 | Release: None | Updated: Apr 9 at 7:16 PM by SychevIgor | Created: Apr 9 at 7:09 PM by SychevIgor

VerificationException when trying to resolve Delegate

The following code thows a ResolutionFailedException with an inner VerificationException: public class Error { public void Example() { UnityContainer container = new UnityContainer...

Id #11899 | Release: None | Updated: Mar 20 at 2:59 PM by bugmenot2 | Created: Mar 20 at 2:59 PM by bugmenot2

IndexOutOfRangeException After ApplicationPool Recycle

It looks like the List within DependencyResolverTracker.AddResolverKey is used in a way which is possibly not be thread-safe. This caused us many IndexOutOfRangeExceptions randomly after an applic...

Id #11791 | Release: Unity 2.x | Updated: May 16 at 2:42 PM by gmelnik | Created: Feb 21 at 8:44 PM by RickF

SynchronizationLockException

This exception is thrown when using the Interception extension each time a type is registered with a Interception Policy. If Interception is not used it is not an issue. I have seen this issue re...

Id #11411 | Release: None | Updated: Thu at 4:20 PM by tschaena | Created: Nov 5 2011 at 12:54 PM by brian2010

Exception when calling EnterpriseLibraryContainer.Current.GetInstance(Of ExceptionManager)()

Hello, I am continually getting an exception when calling a simple instruction: Dim exManager As ExceptionManager = EnterpriseLibraryContainer.Current.GetInstance(Of ExceptionManager)() I am usin...

Id #11366 | Release: None | Updated: Oct 20 2011 at 1:34 PM by melwinnadar | Created: Oct 20 2011 at 1:15 PM by melwinnadar

container.Resolve<T> in Unity 2.1 is slower 2-3 times than with Unity 1.2

I'm creating this issue after the post in discussion at http://unity.codeplex.com/discussions/265572#post672085. I was comparing Unity 1.2 against latest version 2.1 using the tool included in thi...

Id #11273 | Release: None | Updated: Sep 15 2011 at 2:24 PM by MirecG | Created: Sep 15 2011 at 2:24 PM by MirecG

Patch for Unity 2.0 with Interception of generic classes with interface constraints

I ran across the same issue for which the fix for the code base is documented here. Does anyone know if this is a known defect that will be corrected in the next release of Unity? http://blog.wal...

Id #11175 | Release: None | Updated: Mar 9 at 2:18 PM by stooboo | Created: Aug 11 2011 at 8:44 PM by brian2010

Unexpected error when parsing generic arguments via config file

So, this seams more like a user error issue but, after downloading Unity 2.1, registering generic types seems to be broken for me. My app: public static void Main(string[] args) { ...

Id #11153 | Release: None | Updated: Aug 5 2011 at 9:19 PM by RSmallwood | Created: Aug 5 2011 at 9:19 PM by RSmallwood