Skip to content

Packaging mstest for .net core #10

@codito

Description

@codito

Description

In .net core, the dependencies are resolved from deps.json. The adapter must be referenced from a test project such that the MSTest.TestAdapter.dll is located by the test platform.

Currently, the nuget package ships with props files which copy the test adapter to output directories. It is not supported in .net core (see #6). What is the way forward?

  • Ship different nuget package for each runtime
  • Ship single nuget package, let the adapter be resolved from the corresponding runtime directory e.g. netcoreapp1.0 for .net core.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions