Andreas Ravnestad

Results 111 comments of Andreas Ravnestad

Hi @codelovercc, Good suggestion. Pull requests are very welcome on this one :) I know there are large parts of the API that are not covered by appropriate comments.

@codelovercc Can you explain exactly what it is you are missing in Mapster? I still don't understand.

Thanks @rafalka, I'm leaving this open in case anyone else has similar problems or if anyone has suggestions on how to improve this. Feel free to open a PR to...

I'm sorry to hear that. Do you have some more clues for this mystery, like an error message? Or maybe even.. a stack trace? :)

@CountingSheep02 Hm, I still think the new solution is preferable (i.e using Assembly.LoadFrom() rather than using the older custom assembly resolving class). However, I don't think it's appropriate to simply...

@cherchyk I don't understand what you are trying to achieve here. Can you explain the use case further?

@agause I will make an attempt to reproduce this. Meanwhile, will you perhaps consider trying the latest prerelease version and check if the issue is still present there?

@agause I tried to reproduce the problem, and wrote this test case: ```csharp [TestClass] public class WhenMappingWithSecondSourceObject { public interface ISomeType { public int Id { get; set; } public...

@agause Does the second Adapt() call create a new object instance?

@stormaref That is tempting, but it will change a lot of code for a lot of people. I think a similar solution to the one in #545 is preferable.