Cezary Piątek

Results 108 comments of Cezary Piątek

Can you attach a sample solution that reproduces this problem?

@wazowsk1 please rebase your branch to master and push it again. Then I will be able to review your changes.

@wazowsk1 I've started do review your code. Hell lot of the work 👍 Please give me a couple of days for this.

Hi, It looks like a custom mapping logic but I came across on a similar approach while working with protobuf. I think it's wort to implement it but I can't...

Hi @kszicsillag Thanks for reporting this feature request. I will try to implement it but right now I can't promise any specific date. I will let you know when it's...

Hi @kszicsillag This refactoring option is not using the constructor because it's strictly intended for completing the initialization blocks. In the case of regular mapping, a record primer constructor should...

Sounds exactly like the mentioned https://github.com/angularsen/roslyn-analyzers#sample project. I'm not gonna duplicate this functionality (besides I think it's out of the scope of this project). Use mentioned project to keep tracking...

@p3t3rix please forgive me, but is's hard for me to understand what's your problem and your expectation against the solution. Can you elaborate a little bit more and provide examples?...

Instead of setting up default value MappingGenerator should generate a comment with information about unmapped properties.

Hi @vanashimko, I'm using Data-Driven approach for testing MappingGenerator. I think this is quite expected that a lot of tests can fail when you change one of the fundamental behavior....