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
Currently, the TestContext.Properties property returns IDictionary for compatibility reason. This is forcing users to rely on old-aged API where they could be using API coming from Dictionary<string, object>.
Proposed Feature
Replace IDictionary with IDictionary<string, object> .