Using Unity3 with ASP.Net Web API controllers

Can someone delete this issue for me. I now realize that I have to add two NuGet packages to make Unity work with both MVC and Web API

Id #12735 | Release: None | Updated: Jun 12 at 12:39 PM by RichardAlan | Created: Jun 12 at 12:30 PM by RichardAlan

ContainerModel.TypeRegistration

what's happened to the Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel TypeRegistration is this a breaking change? what do we need to replace this with? I'm looking at usi...

Id #12734 | Release: None | Updated: Jun 6 at 3:59 PM by randylevy | Created: Jun 6 at 10:12 AM by gforce0803

Unity ignores parameterless constructor

Since the June 4 2013 - So i presume with recent .net Update : History Entry Windows Installer installed an update. Product Name: Microsoft .NET Framework 4.5. Product Version: 4.5.50709. Produc...

Id #12733 | Release: None | Updated: Jun 6 at 11:24 PM by soadyp | Created: Jun 4 at 7:15 AM by soadyp

Error: No Source Available (Unity 2.1)

I receive this error, no idea why (I just try to inject a viewmodel) Call stack location: Microsoft.Practices.Unity.dll!Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.DoClea...

Id #12732 | Release: None | Updated: May 28 at 10:05 AM by wst | Created: May 28 at 10:05 AM by wst

NuGet: Could not install package 'Unity 3.0.1304.0'.

"Could not install package 'Unity 3.0.1304.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly referen...

Id #12731 | Release: None | Updated: Jun 12 at 5:52 PM by amirkarimi | Created: May 16 at 1:43 PM by ben555

Missing CommonServiceLocator dependency in Nuget package

Hi guys, in the package for the v3.0.1304.0, you have removed the dependency to the package CommonServiceLocator which contains the Microsoft.Practices.ServiceLocation classes. As the Unity asse...

Id #12730 | Release: None | Updated: May 22 at 11:23 PM by smarts | Created: Apr 29 at 11:19 AM by mgrosperrin

bug (3.0.1304.0): using InjectionMethodAttribute on virtual method in base and child (when overriden) types results in calling 2+ times when resolving child type

Breaking change behavior when using InjectionMethodAttribute: ``` public class Thing { [InjectionMethod] public virtual void InitComponent() { } } public class Concrete : Thing { private static...

Id #12729 | Release: None | Updated: Apr 29 at 8:15 PM by ylemsoul | Created: Apr 29 at 9:03 AM by ylemsoul

UnityDependencyResolver should use child containers

Looking at the new UnityDependencyResolver in Unity 3, I am disappointed to see that it doesn't use child containers per request. This is really considered best-practice at this point and I would l...

Id #12728 | Release: None | Updated: Apr 26 at 5:55 PM by Citezein | Created: Apr 26 at 5:55 PM by Citezein

Unity not respecting HierarchicalLifetimeManager when manually registering IServiceLocator

I'm seeing some unexpected behaviour in Unity when registering and resolving IServiceLocator using the HierarchicalLifetimeManager. What I'm seeing suggests that Unity treats the UnityServiceLoca...

Id #12727 | Release: None | Updated: Mar 19 at 8:44 AM by rob_levine | Created: Mar 15 at 12:23 PM by rob_levine

Unity does not respect lifetime manager for call handler

Even if a call handler (interception) is registered as a singleton, multiple instances are generated. This unit test demonstrates the behavior: using System.Diagnostics; using System.Threading; usi...

Id #12726 | Release: None | Updated: Feb 26 at 1:00 PM by randylevy | Created: Feb 25 at 2:44 PM by JochenZ