Steve Wilkes

Results 22 comments of Steve Wilkes

Hello! Sounds like you've got a custom source->target member configuration where you're handling null-checking yourself and the built-in null-checking is getting in the way? Could you give me an example...

Hello! The null checks are the mapper protecting against null strings in the `Trim()` calls - it isn't smart enough to figure out you've already handled it, unfortunately. I suppose...

Thanks for the suggestion - I'll look into it! Steve

Hi, Thanks for letting me know about this! It looks from your code like `Optional` is a GraphQL type, but I can't find anything on it - could you send...

Hello again! I've got a working dotnetfiddle [here](https://dotnetfiddle.net/QYxGMp), but I am having to tell the mapper to map each `Optional.Value` property to its target, which is a shame. This configuration...

The `ToTargetInstead()` configuration should work, and would be a better solution as you'd only have to configure it once per optional type. I'll leave this issue open to track the...

Hi Marc, Thanks for raising this! Could you let me know - were you debugging .NET Framework or .NET Core, and what version of Visual Studio this was in? Thanks,...

Thanks for letting me know about this - I've seen this error before when the debugger gets into a particular state, and closing + reopening Visual Studio has always fixed...

Thanks for letting me know! That's actually more concerning for me, of course :D I'll have an updated version soonish, so we'll see how that one behaves...

I've added a try/catch around the browser-control property-setting statements in v4.1.1 of the visualizers (now on [the VS Marketplace](https://marketplace.visualstudio.com/items?itemName=vs-publisher-1232914.ReadableExpressionsVisualizers)) - apparently this error can be thrown if you try to...