Skip to content

No 'AddResultFile' implementation in TestContext on .NET Core 2.0 test project #394

Description

Description

Using .Net Core 2.0 MSTest V2 project - I don't have access to some TestContext methods that are present on .Net Framework project.

Steps to reproduce

Create a .Net Core 2.0 MSTest project. Add TestContext property to a Unit Test class. Try to add a file to a TestContext using TestContext.AddResultFile() method

Expected behavior

There should be such method in TestContext class

Actual behavior

There is no such method in TestContext class

Environment

MSTest V2 1.2.0
.Net Core 2.0

Metadata

Metadata

Labels

help wantedUp for grabs; can be claimed by commenting.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions