Extra parentheses on string concatenation
We have a code that is using: Reqnroll Generator Version:2.0.0.0 for generating some code on build. When I build the code fro mVisual Studio I'm getting i.e. await testRunner.GivenAsync("user with role \'DataWriter\' and account name \'6B171B07-B2FF-44EF-B90A-F0DE97F1F0A" + "D\'", ((string)(null)), ((global::Reqnroll.Table)(null)), "Given ");
if I build from Rider I'm getting the same but with extra parentheses that is not expected:await testRunner.GivenAsync(("user with role \'DataWriter\' and account name \'6B171B07-B2FF-44EF-B90A-F0DE97F1F0A" + "D\'"), ((string)(null)), ((global::Reqnroll.Table)(null)), "Given ");
since the rest of the team is using Visual Studio I'd like to adjust the settings in editor preferences but I can't make it work
Please sign in to leave a comment.
Hello Ehaaddd,
Would it be possible to send us a sample project affected by this issue so we could look into this issue? You can send us the project privately via the Upload Service and let me know the Upload ID in this thread.