forked from hmemcpy/AgentMulder
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Profiles are being highlighted as unused (even though they are used)
Just registering container like this
public class ContainerConfig
{
public static IWindsorContainer Container { get; private set; }
/// <summary>
/// Registers the container.
/// </summary>
public static IWindsorContainer RegisterContainer(params Action[] onRegisterCallbacks)
{
Container = new WindsorContainer()
.Install(FromAssembly.InDirectory(new AssemblyFilter(HttpRuntime.BinDirectory, "Asos.*.dll")));
Reactions are currently unavailable
