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 running the unit tests on mono (on linux), some unit tests fail because of an InvalidProgramException. It appears that this happens for all unit tests that contain a setup that targets a method on a value type, such as Int32.GetHashCode:
System.InvalidProgramException : Invalid IL code in Smocks.Tests.TargetMatchingTests:<Setup_AnyValueTypeTarget_MatchesAnyInstance>m__1 (Smocks.ISmocksContext): IL_0055: stloc.2
and
System.InvalidProgramException : Invalid IL code in Smocks.Tests.TargetMatchingTests/<Setup_ValueTypeTarget_MatchesOnlyEqualInstance>c__AnonStorey0:<>m__0 (Smocks.ISmocksContext): IL_0057: stloc.0
The text was updated successfully, but these errors were encountered:
When running the unit tests on mono (on linux), some unit tests fail because of an
InvalidProgramException
. It appears that this happens for all unit tests that contain a setup that targets a method on a value type, such asInt32.GetHashCode
:and
The text was updated successfully, but these errors were encountered: