Skip to content

Still marking stuff as not used with Windsor #17

@alexjamesbrown

Description

@alexjamesbrown

Profiles are being highlighted as unused (even though they are used)

untitled

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")));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions