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
When I tried replacing .cctor() with Prig's indirection stub, I got some build errors as the follows:
error CS1519: Invalid token '{' in class, struct, or interface member declaration [c:\users\user\documents\visual studio 2013\Projects\StaticMockingSample\StaticMockingSampleTest\StaticMockingSample.v4.0.30319.v1.0.0.0.MSIL.Prig\StaticMockingSample.Prig.g.csproj]
When I tried replacing
.cctor()
with Prig's indirection stub, I got some build errors as the follows:Indirection stub setting I used is the following:
It should be able to replace as same as like another member.
The text was updated successfully, but these errors were encountered: