Skip to content

History / Configuration

Revisions

  • Updated Configuration (markdown)

    @jbogard jbogard committed Dec 1, 2017
  • all classes are considered, public or not

    @lbargaoanu lbargaoanu committed Nov 3, 2017
  • Add explanation for AllowAdditiveTypeMapCreation

    R1chardTM committed Oct 6, 2017
  • Fixed typo

    @netizenk netizenk committed Sep 19, 2017
  • Fixed typo in method name RecognizePrefix -> RecognizePrefixes

    @StefanKert StefanKert committed Apr 10, 2017
  • Clarified that AddProfiles() only looks at public classes

    @asherber asherber committed Apr 7, 2017
  • fixed bug in profile example - constructor needs to be public

    rellis-of-rhindleton committed Feb 2, 2017
  • Added a little clarification and detail to the Configure-vs-constructor example and profile scanning bits.

    rellis-of-rhindleton committed Feb 2, 2017
  • Add some information about Profile.Configure() method

    @Marusyk Marusyk committed Dec 6, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed Dec 5, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed Dec 5, 2016
  • You create profiles by overriding Configure, not by implementing a constructor. Calling CreateMap from a constructor will result in a NullReferenceException because _configurator is not initialized yet.

    @AdamAndersonFalafelSoftware AdamAndersonFalafelSoftware committed Nov 4, 2016
  • typo fix

    @outofgamut outofgamut committed Oct 19, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed Aug 17, 2016
  • Update example to use Profile constructor instead of deprecated Configure method.

    cornem committed Jun 28, 2016
  • I believe the configuration should go in the configure method and not the constructor of the implementing class. Configure is an abstract method that needs to be implemented.

    @mac10688 mac10688 committed Jun 22, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed May 18, 2016
  • Updated Configuration (markdown)

    @PJLTN PJLTN committed Apr 3, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed Feb 16, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed Feb 16, 2016
  • Update mapper init example to not suggest using obsolete methods

    Tomas Lycken committed Feb 15, 2016
  • Incoherence in class name

    @matjanos matjanos committed Feb 13, 2016
  • Updated Configuration (markdown)

    @jbogard jbogard committed Jan 28, 2016
  • Updated Configuration (markdown)

    @mrmashal mrmashal committed Jan 25, 2016
  • Updated Configuration (markdown)

    @mrmashal mrmashal committed Jan 25, 2016
  • Updated Configuration (markdown)

    @lbargaoanu lbargaoanu committed Oct 30, 2015
  • Updated Configuration (markdown)

    @lbargaoanu lbargaoanu committed Oct 30, 2015
  • Updated Configuration (markdown)

    @brenovieira brenovieira committed Oct 30, 2015
  • Current `ShouldMapProperty` example doesn't compile since PropertyInfo doesn't have `IsPublic`/`IsPrivate`

    @irontoby irontoby committed Oct 26, 2015
  • Updated Configuration (markdown)

    @jbogard jbogard committed Aug 5, 2015