stormid / storm-googleanalytics-reporting

Provides a fluent interface over the Google Analytics v3 reporting API
http://stormid.github.io/storm-googleanalytics-reporting/
5 stars 3 forks source link

Upgrade AutoMapper #12

Open DaveMiscampbell opened 8 years ago

DaveMiscampbell commented 8 years ago

It would be good to upgrade AutoMapper to at least 4,2,1.

DaveMiscampbell commented 8 years ago

So it turns out this hinges on using the AutoMapper.Data library as support for IDataReader type mappings was removed in AutoMapper 4.

Sadly AutoMapper.Data doesn't currently work with AutoMapper 4.2.1 (only with 4.1.1) - there's an open pull request here to fix that so I guess we should wait and see how that goes.

DaveMiscampbell commented 5 years ago

Will be fixed by #16