.. |
AppThrowingException
|
Moving as many of our test assets to netcoreapp2.0 as possible. I believe the only ones missing at the test packages, because tools always target 1.0. And the other ones are VSTestDotNetCore and VSTestXUnitDotNetCore, because we can't run tests on 2.0 yet. Or, when I tried it failed. I may came back to try this out later.
|
2017-03-02 17:41:21 -08:00 |
AppWithNonExistingToolDependency
|
Moving as many of our test assets to netcoreapp2.0 as possible. I believe the only ones missing at the test packages, because tools always target 1.0. And the other ones are VSTestDotNetCore and VSTestXUnitDotNetCore, because we can't run tests on 2.0 yet. Or, when I tried it failed. I may came back to try this out later.
|
2017-03-02 17:41:21 -08:00 |
AppWithProjectDependencyAsTarget
|
When determining the P2P dependencies, only use dependencies of type project. This prevents us from migrating a package dependency as a project dependency because of a project with the same name being present.
|
2016-10-25 13:09:06 -07:00 |
DotnetAddP2PProjects
|
Moving as many of our test assets to netcoreapp2.0 as possible. I believe the only ones missing at the test packages, because tools always target 1.0. And the other ones are VSTestDotNetCore and VSTestXUnitDotNetCore, because we can't run tests on 2.0 yet. Or, when I tried it failed. I may came back to try this out later.
|
2017-03-02 17:41:21 -08:00 |
PJAppWithSlnAndOneAlreadyMigratedCsproj
|
Migration: do not add a csproj to the solution if it already exists
|
2017-01-19 11:23:01 -08:00 |
PJAppWithSlnAndSolutionItemsToMoveToBackup
|
WIP
|
2017-01-20 17:37:11 -08:00 |
PJAppWithSlnAndXprojRefs
|
Fixing our solution tests so that they go back to building the solution. Seems to work now, at least on OSX. Also, made a change to update solution to update any solutions in the folder where dotnet migrate is executed.
|
2017-01-26 12:40:55 -08:00 |
PJAppWithSlnAndXprojRefsAndUnrelatedCsproj
|
dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218)
|
2017-01-05 12:04:57 -10:00 |
PJAppWithSlnThatDoesNotRefCsproj
|
Shorten test folder name
|
2017-02-17 17:02:15 -08:00 |
PJAppWithSlnVersion14
|
Ensure we don't downgrade VS version
|
2017-01-17 14:48:54 -08:00 |
PJAppWithSlnVersion15
|
Ensure we don't downgrade VS version
|
2017-01-17 14:48:54 -08:00 |
PJAppWithSlnVersionUnknown
|
Ensure we don't downgrade VS version
|
2017-01-17 14:48:54 -08:00 |
PJDeprecatedCompilation
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedCompile
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedCompileBuiltIn
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedCompileExclude
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedContent/project
|
Fixing a failing test and adding a few more E2E tests around binplace content for migrated projects.
|
2017-02-23 22:55:35 -08:00 |
PJDeprecatedNamedResource
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedPack
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedResource
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedResourceBuiltIn
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJDeprecatedResourceExclude
|
Migration: excluded files need to be removed (#5485)
|
2017-01-28 17:14:17 -08:00 |
PJHalfMigrated
|
Moving as many of our test assets to netcoreapp2.0 as possible. I believe the only ones missing at the test packages, because tools always target 1.0. And the other ones are VSTestDotNetCore and VSTestXUnitDotNetCore, because we can't run tests on 2.0 yet. Or, when I tried it failed. I may came back to try this out later.
|
2017-03-02 17:41:21 -08:00 |
TestAppWithLibraryAndMissingP2P
|
post migration cleanup (#4449)
|
2016-10-29 01:58:37 -07:00 |
TestLibraryWithProjectFileWithoutFrameworks
|
Addressing code review comments.
|
2016-12-08 20:06:55 -08:00 |
TestProjectWithSelfReferencingDependency
|
Adding basic cycle detection in the dependency walker
|
2016-06-07 13:21:13 -07:00 |
TestProjectWithUnresolvedDependency
|
Upgrade Corefx and coreclr references
|
2016-08-31 10:41:47 -07:00 |
TestProjectWithUnresolvedPlatformDependency
|
Moving as many of our test assets to netcoreapp2.0 as possible. I believe the only ones missing at the test packages, because tools always target 1.0. And the other ones are VSTestDotNetCore and VSTestXUnitDotNetCore, because we can't run tests on 2.0 yet. Or, when I tried it failed. I may came back to try this out later.
|
2017-03-02 17:41:21 -08:00 |
ToolWithRandomPackageName
|
Moving as many of our test assets to netcoreapp2.0 as possible. I believe the only ones missing at the test packages, because tools always target 1.0. And the other ones are VSTestDotNetCore and VSTestXUnitDotNetCore, because we can't run tests on 2.0 yet. Or, when I tried it failed. I may came back to try this out later.
|
2017-03-02 17:41:21 -08:00 |