Skip to content

Update TestContext.Properties return type to IDictionary<string, object> #1377

@Evangelink

Description

@Evangelink

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> .

AB#1707845

Metadata

Metadata

Assignees

Labels

Area: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Breaking ‼️In-PR

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions