-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for dotnet core deps files (#71)
* WIP: Extract a test host manager for dotnet core. * WIP: Add tests for dotnet test host manager. * WIP: Minor test fixes. * Remove rc2 dependencies on system components. * Add nuget package for TestPlatform.TestHost. For .net core based test projects, test host will be a runtime dependency. * Add NoPackageAnalysis for TestPlatform.CLI package. * Move few more packages to dotnet dependencies with .netcoreapp1.0 support. * Use assembly.load for discovery of test plugins across platforms. Escape paths for runtimeconfig and deps. * Refactor ITestHostManager. * Introduce a Shared property in TestHostManager to indicate if a test host can be shared across test sources. * Minor fix to take parent directory for test engine location.
- Loading branch information
Showing
64 changed files
with
1,685 additions
and
1,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.