John

Results 2 issues of John

Error: ![image](https://user-images.githubusercontent.com/9832538/98811025-d5408800-2428-11eb-8a63-b0c47a725e3b.png) An error happens when InnovatorServerConfig.xml have the following configuration: ``` ``` All work fine when InnovatorServerConfig.xml have the following configuration: ``` ```

What dou you think about the following propose? Before: ```C# public static ErrorOr Create(string value1, string value2) { ErrorOr value1OrError = Value1.Create(value1); ErrorOr value2OrError = Value2.Create(value2); var errors = new...