Erwan JOLY
Erwan JOLY
same i was thinking about moving to TypeKitchen for this exact usage but it happen that this is also not working on it https://github.com/danielcrenna/TypeKitchen/issues/3 so would be great to have...
@mgravell is this repo still active ? any ETA on the merge of this PR ?
Any news on this issue ? Seems to only work for public (tried private/protected/internal/internal protected
Yes unfortunately this repo seems kindof dead :/
That’s a good news! Merging the two PR should be sufficient to cover property and field without having to do anything else the library is already having a Boolean for...
@mgravell is there any way I could help to get the two PR merged and deploy ?
here an example : https://github.com/erwan-joly/BulkCopyProofOfIssue tried `MappingSchema.Default.SetConverter(c => (int)c);` and `MappingSchema.Default.SetConverter(c => nameof(c)); ` didn't change anything
seems to works fine with a converter :) just had to make it to snake case instead of lower to work with all my enums
> Did you test in release mode or debug mode? Debug mode! That may be the issue 🙂 will retry in release mode when I have some time. Anything different...
> Just regarding the timings.... > > 1 times: ~10ms 10 times: ~20ms 234 times: ~150ms > > when we have 234 items it takes 150ms per item to resolve?...