David Straw
Results
1
issues of
David Straw
### Source/destination types ```csharp class ImmutableType { public ImmutableType(string wrongName) { CorrectName = wrongName; } public string CorrectName { get; } } ``` ### Source/destination JSON ```javascript {"correctName":"test"} ``` ###...