Closed
Description
Summary
Background and Motivation
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>
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment