You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, PCLMockCodeGen tool generate param in anonymous method with "x" name, but my function argument already have "x" name. In this case Visual Studio shows error and this code can not be compiled.
The text was updated successfully, but these errors were encountered:
elwray
changed the title
PCLMockCodeGen.exe mocks generation bugs.
PCLMockCodeGen.exe method generation bug.
Aug 26, 2015
Hi, developers!
I use PCLMockCodeGen.exe tool for generate mocks. When code was generated I found the next error in my Mocks.cs file:
As you can see, PCLMockCodeGen tool generate param in anonymous method with "x" name, but my function argument already have "x" name. In this case Visual Studio shows error and this code can not be compiled.
The text was updated successfully, but these errors were encountered: