I am implementing unit tests and would like to make use of the LitiumApplicationTestBase installed by the Litium.Xunit.Bootstrapper but I keep getting the follwoing error from my test runner when my unit test class inherits from LitiumApplicationTestBase :
System.Exception: Application was not able to find IoC container. Ensure that Litium.Infrastructure.InversionOfControl exists in your applications assembly folder.
Digging a little deeper I find the following message:
System.MissingMethodException Method not found: ‘Castle.MicroKernel.Registration.ComponentRegistration1<!0> Castle.MicroKernel.Registration.ComponentRegistration
1.UsingFactoryMethod(System.Converter`2<Castle.MicroKernel.IKernel,!!0>, Boolean)’.
Of course I have installed the Litium.Infrastructure.InversionOfControl package to no avail. Any tips? Or will this just not work in version 5?
Litium version: 5.6.4-patch-1809031535