I am using VS2012 Fakes and MSTEST framework to do unit test. I have a third party dll and I need to fake it. However there is a method (getItemAt(int)) in the dll that seems to conflict with a method that exits in Fakes.
The error message I get during compile is:
Error 2 The type 'MyObject.Fakes.ShimList' already contains a definition for 'get_ItemAtInt32' [D:\Dev\Test\obj\Debug\Fakes\o\f.csproj] D:\Dev\Teste\f.cs 6933 111 Test
Any solution to pass by this error to continue work with Fakes?