Lars

Results 195 comments of Lars

Thanks for your efforts! `PartialImplementationPart` is probably `null` because it is compiled in another assembly / compilation reference or it is another Mapperly generated method body (which is not yet...

Thanks for the benchmark and the PR contribution. The performance improvements on the struct methods are impressive 😮👍 . I'm still not sure if applying aggressive inlining to all mapping...

Thank you for your research! My conclusion is this: I think it makes sense to implement it, but I think we need to think about the following: * A configuration...

My thoughts: * Configuration on the MapperAttribute: I think exposing a flags enum property would fit the best: ```diff public class MapperAttribute { + public AggressiveInliningTypes AggressiveInliningTypes { get; set;...

@mjebrahimi are you still interested in implementing this? 😊

I hope you had a wonderful vacation and thanks for the updates 😊

I added a few points to be discussed here: https://github.com/riok/mapperly/issues/1381#issuecomment-2218352641

Thank you for the updates 😊 💪 * I'm not sure if `AggressiveInliningMode` is a better name, this limits future changes without needing breaking changes 🤔 `Types` is much more...

I'll close this for now... If you don't have the time/motivation to update again, I'll do it as soon as I find the time.

This is not yet supported by Mapperly. Feel free to provide a PR 😊 A good starting point to contribute is the [contributors documentation](https://next.mapperly.riok.app/docs/contributing/). Let us know if you plan...