Skip to content

Readme.md contains incomplete information #50

@Faibbus

Description

@Faibbus

In the readme, there is a sample example:

public class YourWebApplication : NinjectHttpApplication
{  // […]
  public override IKernel CreateKernel()
  {  // […]
    var kernel = new StandardKernel();
    kernel.AutoLoadModules("~/bin");
    return kernel;
  }
}

But the AutoLoadModules extension method is not defined in this project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions