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
If you compare a unity object against null, you get the "Comparison to null is expensive" warning and the "implicit check for unity object lifetime" icon.
If you then convert it to the explicit check per resharper suggestion, both hints disappear, even though the check is still performed.
Expected:
Both icon and hint for expensive operation should still be there.
vg-swift, JamesWooga, Svgood, stevenTrailmix and egbog