Petr

Results 208 comments of Petr

@patwalb yes, correct. You can take inspiration [here](https://github.com/Azure/dotnet-extensions-experimental/pull/49/files#diff-9949abf325ad2374a91e4ce248565278c7ee06763b6b9d48028b6216a8b43f21), although it needs a tweak to merge test files as well.

Unit tests pass, there are two integration tests failing, I will look into them. Maintainers - please, before I continue on this. Do you think this is a reasonable design...

Ping @richardwerkman @rouke-broersma @dupdob :)

Okay sorry for the delay, I am back on this. Now tests pass, int tests pass, good stuff. Let me see if I can refactor things a bit and add...

Okay, so this one is getting quite big and I promised small PRs :) I extracted the changes to the following PR: - https://github.com/stryker-mutator/stryker-net/pull/2679 - https://github.com/stryker-mutator/stryker-net/pull/2680 - https://github.com/stryker-mutator/stryker-net/pull/2681 Let's address...

Cool stuff! It took me a while to understand the missing piece here so here is the mutated code that Stryker wouldn't flag: ``` private const string crap = "crap";...

> I'm guessing F# anonymous records are implemented similar to C# anonymous types where their underlying type name in IL cannot be expressed in C#. If that's the case, there...