Skip to content

Property and Parameter names should be case invariant #55

Description

@ipjohnson

Currently property and parameter names are matched using casing. It would be better to be case invariant to make things easier. Example below should work

public class SomeClass
{
  public SomeClass(int someValue) { }
}

var instance = container.Locate<SomeClass>(new { SomeValue = 10 } );

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions