abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
13k stars 3.46k forks source link

add mapster abp package #17111

Open zhangxianchengvip opened 1 year ago

zhangxianchengvip commented 1 year ago

Writing mapping methods is a machine job. Do not waste your time, let Mapster do it. But ABP does not have a related package

maliming commented 1 year ago

We have the AutoMapper package integrated.

BlueXTX commented 1 year ago

@maliming I can implement Mapster integration

maliming commented 1 year ago

Thanks @BlueXTX

This may not be a simple integration, since we use AutoMapper extensively in frameworks and modules.

zhangxianchengvip commented 1 year ago

我们集成了AutoMapper软件包。 OK

BlueXTX commented 1 year ago

Thanks @BlueXTX

This may not be a simple integration, since we use AutoMapper extensively in frameworks and modules.

Maybe it'll work at least in user-defined modules.

maliming commented 1 year ago

Thanks @BlueXTX

I added it to the backlog milestone.

shersh commented 1 month ago

Any news about mapster intergration?