In a situation where you’re translating from one complex type to another (same context, just different service models), does this have the ability to “copy” the values from one Fake type to the other, so that you don’t have to explicitly map the expected type manually?


Might have answered my own question looking at your description; looks like rewrite does something like that… I might have to pull the code down and take a look at it. Is this lib hosted on NuGet, so I can play around with it, or do I have to clone and build?
Just a heads-up, I’m still pretty confused about the examples you wrote in the readme. Maybe add some comments and give the variables better names (wtf is “sut”??)
C# devs
null reference exceptions

source