Refactor IMapper.From to return interface
Refactored IMapper.From<TSource>() to return new interface ITypeAdapterBuilder<TSource> instead of concrete class.
FYI: Mapster.EF6 & Mapster.EFCore uses outdated package version and causes compilation errors in Mapster.EFCore.Tests and Sample.AspNetCore
Closes #376
@gritcsenko The master branch should be in better shape now with EF Core 6.0. Could you please sync your branch and see if the build errors have gone away? And if so, run the tests as well? Thanks! :)
@gritcsenko I synced the fork and fixed a few build errors. Everything now builds and all tests are passing. Can you take a look at my changes and verify that they are good?
@gritcsenko I synced the fork and fixed a few build errors. Everything now builds and all tests are passing. Can you take a look at my changes and verify that they are good?
@andrerav Thanks for the update. Everything looks good. My only concern is that public API was changed