Mapperly - must have an implementation part because it has accessibility modifiers. #1431
Replies: 3 comments 6 replies
-
It might be these two lines. How can Mapperly differ these methods. The have the same signature. So there is no way for Mapperly to know whom to choose. public partial List MapBLLRequestToDomain(List request);
public partial List MapDomainRequestToBLL(List request); |
Beta Was this translation helpful? Give feedback.
-
What compiler version are you using in your docker build? To output your compiler version put |
Beta Was this translation helpful? Give feedback.
-
Similar issue here. Mine show it has trouble loading Mapperly just before printing the error message in OP. I am on net8, C# v12, and VS 2022. |
Beta Was this translation helpful? Give feedback.
-
I have a .net framework 4.6.1 Application, and im using few c# libraries which are targeting .net standard 2.0, Im using Mapperly to map my domain to External DTOS.
I am facing an issue when im trying to run my code in a docker container(windows), which im not able to get any build errors in my local Visual studio.
My Sample Implementation of this is
this mapper is implemented in one library and is used in multiple libraries in the application, now when i build this i get the error -
Beta Was this translation helpful? Give feedback.
All reactions