John
John
Error:  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...