Base solution for your next web application
Open Closed

AutoMapper future version #950


User avatar
0
marcosli created

Hi Halil,

In the next version of AutoMapper is not going be based on static class/methods anymore.

Take a look at: [https://lostechies.com/jimmybogard/2016/01/21/removing-the-static-api-from-automapper/])

In version 4.2.1 of AutoMapper, the Mapper.CreateMap method is already obsolete.

Do you have plans to update that? This is going to be break change on MapTo() extension method, i guess.


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/925">https://github.com/aspnetboilerplate/as ... issues/925</a>

  • User Avatar
    0
    marcosli created

    Thank you Halil!