dotnet-installer/test/dotnet-test.Tests
Bill Wert ed3bd312cf Fix warnings in project.json
PR #2493 introduced the new project.json schema. The tree has 118 files
with the old schema, which added several hundred warnings.

This change can't go in until PR #2864 does - it relies on those bug
fixes.
2016-05-19 11:51:49 -07:00
..
Adapter.cs Modifying the reporting channels to make the AdapterChannel a client and leave the TestRunnerChannel a server. This will prevent port conflicts between dotnet test and the Adapter (VS) due to race conditions. 2016-03-15 15:13:54 -07:00
AssemblyInfo.cs Modify dotnet-test to run testRunner for all tfms 2016-04-22 16:40:03 -07:00
dotnet-test.Tests.xproj Added build before running the tests and the no-build option to opt out of it. 2016-03-17 15:17:18 -07:00
GivenThatWeWantToRunTests.cs dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05:00
GivenThatWeWantToRunTestsForMultipleTFMsInTheConsole.cs dotnet test and publish failing badly when the project isn't restored. 2016-05-11 10:43:58 -05:00
GivenThatWeWantToRunTestsInTheConsole.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
GivenThatWeWantToUseDotnetTestE2EInDesignTime.cs Replaces references to Microsoft.Extensions.PlatformAbstractions with Microsoft.Extensions.PlatformAbstractions.Internal 2016-04-29 16:06:23 -07:00
GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms.cs Fixing GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms to give separate paths to the TestAssetsManager.CreateTestInstance by passing in a callingMethod name. 2016-05-03 15:09:27 -05:00
project.json Fix warnings in project.json 2016-05-19 11:51:49 -07:00