dotnet-installer/TestAssets/TestProjects
Justin Goshi d0151a6111 Add/remove solution items based on directory structure (#5197)
* WIP support solution folders for dotnet add and remove

* Add/remove solution folders based on directory hierarchy

* Fix tests

* Disable the solution building tests

* Address PR comments

* Fix a build break due to a new tool version used in the build

* Create SlnProjectExtensions and SlnProjectCollectionExtensions per PR comments
2017-01-04 18:32:09 -10:00
..
AppWithAppDependency Upgrade Corefx and coreclr references 2016-08-31 10:41:47 -07:00
AppWithAssemblyInfo Migration: Handle different variations of specifying assembly attributes. 2016-11-18 18:05:00 +01:00
AppWithDepOnToolWithOutputName Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
AppWithDirectAndToolDep Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
AppWithDirectDep Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
AppWithDirectDepWithOutputName Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
AppWithMultipleFxAndTools Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
AppWithOutputAssemblyName Upgrade Corefx and coreclr references 2016-08-31 10:41:47 -07:00
AppWithToolDependency Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
DependencyContextFromTool Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
FSharpTestProjects Remove deprecated test assets (#4546) 2016-10-31 16:16:07 -07:00
InvalidSolution Implement dotnet add project (#5022) 2016-12-14 13:53:11 -10:00
LibraryWithNetStandardLibRef When Library add reference to NETStandardLib if not present 2016-11-01 15:52:24 -07:00
LibraryWithoutNetStandardLibRef When Library add reference to NETStandardLib if not present 2016-11-01 15:52:24 -07:00
LibraryWithOutputAssemblyName Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
MSBuildAppWithMultipleFrameworks Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
MSBuildAppWithMultipleFrameworksAndTools Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
MSBuildBareBonesProject Fix 4508: CLI verbs that call into msbuild should control their output (#4719) 2016-11-15 11:56:39 -08:00
MSBuildIntegration use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
MSBuildTestApp Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
Packages update version of nuget 2016-03-08 09:53:06 -08:00
PerformanceTestProjects Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
PJTestAppSimple Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
PJTestLibraryWithConfiguration [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
ProjectJsonConsoleTemplate dotnet-new csproj templates (#4382) 2016-10-14 00:06:35 -07:00
ProjectJsonWebTemplate turn on the web test 2016-10-20 15:04:53 -07:00
TestAppDependencyGraph use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
TestAppSimple Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
TestAppWithContents green 2016-10-03 20:10:09 -07:00
TestAppWithEmbeddedResources Adding a Exclude @(EmbeddedResource) during migration so that we don't get duplicate resources when building migrated apps. 2016-12-15 11:17:20 -08:00
TestAppWithEmptySln Add/remove projects also updates build configurations (#5134) 2017-01-03 07:18:45 -10:00
TestAppWithLibrary Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
TestAppWithLibraryUnderTFM Fixing project dependencies migration so that they are only conditioned when they where under a TFM in the project.json to begin with. 2016-10-21 18:00:17 -07:00
TestAppWithMigrateableScripts try again 2016-09-19 11:11:01 -07:00
TestAppWithMultipleFrameworksAndRuntimes Only adding rids for full framework TFMs if the project.json does not already have Runtimes in its Runtimes section. 2016-12-18 18:45:35 -08:00
TestAppWithMultipleSlnFiles Implement dotnet add project (#5022) 2016-12-14 13:53:11 -10:00
TestAppWithProjDepTool Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
TestAppWithRuntimeOptions Updating versions in a few places that did not exist in the preview2 branch. 2016-09-02 15:01:59 -07:00
TestAppWithSigning pr feedback 2016-10-04 16:37:23 -07:00
TestAppWithSlnAndCsprojFiles Implement dotnet add project (#5022) 2016-12-14 13:53:11 -10:00
TestAppWithSlnAndCsprojInSubDir Add/remove solution items based on directory structure (#5197) 2017-01-04 18:32:09 -10:00
TestAppWithSlnAndCsprojInSubDirToRemove Add/remove solution items based on directory structure (#5197) 2017-01-04 18:32:09 -10:00
TestAppWithSlnAndCsprojProjectGuidFiles Implement dotnet add project (#5022) 2016-12-14 13:53:11 -10:00
TestAppWithSlnAndCsprojToRemove Add/remove projects also updates build configurations (#5134) 2017-01-03 07:18:45 -10:00
TestAppWithSlnAndDuplicateProjectReferences Adding dotnet remove project tests 2016-12-15 15:48:04 -08:00
TestAppWithSlnAndExistingCsprojReferences Implement dotnet add project (#5022) 2016-12-14 13:53:11 -10:00
TestAppWithSlnAndLastCsprojInSubDirToRemove Add/remove solution items based on directory structure (#5197) 2017-01-04 18:32:09 -10:00
TestAppWithUnqualifiedDependencies Migrating unqualifing references as projects if we find a matching project. Without this, we have project references being migrated as package references. 2016-11-01 14:17:12 -07:00
TestLibraryWithAnalyzer Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithConfiguration Updating the projects files in the repo to use the SDK attribute. 2016-12-20 15:52:50 -08:00
TestLibraryWithDeprecatedProjectFile Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithMultipleFrameworks Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithTwoFrameworks remove desktop from multi target test asset 2016-10-20 17:39:51 -07:00
VSTestDesktopAndNetCore Testplatform release 15.0.0-preview-20161227-02 (#5055) 2016-12-28 10:17:33 -08:00
VSTestDotNetCore Testplatform release 15.0.0-preview-20161227-02 (#5055) 2016-12-28 10:17:33 -08:00
VSTestXunitDesktopAndNetCore Testplatform release 15.0.0-preview-20161227-02 (#5055) 2016-12-28 10:17:33 -08:00
VSTestXunitDotNetCore Testplatform release 15.0.0-preview-20161227-02 (#5055) 2016-12-28 10:17:33 -08:00
WebAppWithMissingFileInPublishOptions Adding a UpdateContextTransform that generates items with the Update attribute set instead of Include. Also, removed the Exists condition for published content, because now that we are using Update, that check is not needed. I left the option to set a condition on the metadata though. 2016-12-13 16:45:39 -08:00
global.json Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00
NuGet.Config Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00