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
Would you mind giving me an example of what is not working?
AreSame api is basically just a wrapper around object.Referencequal so being able to pass reference seems fine by me.
Yeah, I messed up. I have edited the description now. I meant value types. So if you mistakenly call AreSame with arguments of a value type, the assert will fail and inform you that you have made a mistake, but it would be nice if the mistake could be immediately apparent instead.
It is currently possible to call Assert.AreSame with value
referencetypes. The assertion will fail when the test is run, but it would be better ifNot a big problem since the test will fail, but would be nice since it would shorten the time before the mistake was discovered.
The text was updated successfully, but these errors were encountered: