Skip to content

Still marking stuff as not used with Windsor #17

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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