82Kang
82Kang
@urasandesu I am using Visual Studio 2015 and MSTest.
Thanks @urasandesu , I got it. Sorry, i missed that part in the Readme. The build is successful and i am able to get the Prig class in my test....
@vanderkleij we faced problems with generic methods where generic method is in different project to the caller of the generic method. For ex: **Project A** ``` class WithGeneric{ string some...
@vanderkleij I have also checked that when you mock overloaded methods (I don't know exactly that it is the case with generic methods that are placed in same or different...