dotnet-installer/TestAssets/TestProjects
2017-02-25 14:30:53 -06: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 Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
AppWithDirectAndToolDep Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
AppWithDirectDep Introducing a in DependencyVersions to facilitate these updates in the future. Also aligns with master. 2017-02-10 23:05:16 -08:00
AppWithDirectDepWithOutputName Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
AppWithMultipleFxAndTools Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
AppWithOutputAssemblyName Upgrade Corefx and coreclr references 2016-08-31 10:41:47 -07:00
AppWithPackageNamedAfterFolder Fixing dotnet migrate global.json. This was failing because we were turning global.json into an empty string and trying to construct a directory for it. The fix was to detect this and transform it into a . directory. Migrate is already respecting the projects node in global.json. 2017-01-19 10:55:23 -08:00
AppWithToolDependency Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
DependencyContextFromTool Removing extra PackageReference workaround for tests 2017-02-07 14:31:27 -08:00
FSharpTestProjects Remove deprecated test assets (#4546) 2016-10-31 16:16:07 -07:00
InvalidSolution Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08: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 SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
LibraryWithUnresolvablePackageReference use missing package test to verify correct package feed parsing 2017-02-01 14:13:07 -08:00
MSBuildAppWithMultipleFrameworks Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
MSBuildAppWithMultipleFrameworksAndTools Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06: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 Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
Packages update version of nuget 2016-03-08 09:53:06 -08:00
PerformanceTestProjects Update Microsoft.NETCore.App to 1.0.3. 2017-01-05 08:57:53 -06:00
PJAppWithMultipleFrameworks Migration: Do not add RIDs for Library projects (#5279) 2017-01-11 17:05:12 -08:00
PJLibWithMultipleFrameworks Migration: Do not add RIDs for Library projects (#5279) 2017-01-11 17:05:12 -08:00
PJTestAppSimple Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
PJTestLibraryWithConfiguration Adding an E2E test for pack with content during migration. 2017-02-23 23:07:38 -08:00
ProjectJsonConsoleTemplate dotnet-new csproj templates (#4382) 2016-10-14 00:06:35 -07:00
ProjectJsonWebTemplate 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
ProjectsWithGlobalJson [WIP] Reduce test target complexity [and running time] (#5403) 2017-01-22 14:40:00 -08:00
SlnFileWithNoProjectReferences dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndCSharpProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndFSharpProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndUnknownProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndUnknownProjectWithMultipleProjectTypeGuids dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndUnknownProjectWithSingleProjectTypeGuid dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndVBProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
TestAppDependencyGraph Fixing a failing test. Basically, now that global.json paths have precedence, we were using the CLI global.json and finding the wrong project dependencies. 2017-02-01 12:15:00 -08:00
TestAppMultipleFrameworksNoRuntimes Renaming a test asset to avoid running into long path issues on Windows. 2017-01-06 11:34:37 -08:00
TestAppSimple Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -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 Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithExplicitInclude fix 5466: explicity including a file causes a build break (#5475) 2017-01-27 18:39:44 -08:00
TestAppWithExplicitIncludeGlob fix EOL in test asset 2017-01-26 09:02:28 -08: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 Updating the M.NC.App version to 1.0.3 on a couple of new test assets. 2017-01-05 22:57:16 -08:00
TestAppWithMultipleFullFrameworksOnly Migration will now pick win7-x86 as the RuntimeIdentifier to be used by Full Framework TFMs when no RIDs exist in the source PJ. This will allow build/publish etc to continue working in csproj without extra RIDs parameters in the command line. 2017-01-05 16:52:02 -08:00
TestAppWithMultipleSlnFiles Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithProjDepTool Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06: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
TestAppWithSlnAndCaseSensitiveSolutionFolders Do not add duplicate projects (#5698) 2017-02-14 15:47:06 -08:00
TestAppWithSlnAndCsprojFiles Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithSlnAndCsprojInSubDir Updating our projects and test assets to work with the latest SDK. 2017-01-05 19:44:52 -08:00
TestAppWithSlnAndCsprojInSubDirToRemove Updating our projects and test assets to work with the latest SDK. 2017-01-05 19:44:52 -08:00
TestAppWithSlnAndCsprojProjectGuidFiles Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithSlnAndCsprojToRemove Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithSlnAndDuplicateProjectReferences Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithSlnAndExistingCsprojReferences Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
TestAppWithSlnAndExistingCsprojReferencesWithEscapedDirSep Do not add duplicate projects (#5698) 2017-02-14 15:47:06 -08:00
TestAppWithSlnAndLastCsprojInSubDirToRemove Updating our projects and test assets to work with the latest SDK. 2017-01-05 19:44:52 -08:00
TestAppWithSlnAndSolutionFolders Do not add duplicate solution folders or project directories (#5377) 2017-01-20 18:34:37 -08:00
TestAppWithUnqualifiedDependencies Adding another global.json to a failing test asset. 2017-02-01 13:58:15 -08:00
TestLibraryWithAnalyzer Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions. 2016-06-14 03:14:53 -05:00
TestLibraryWithConfiguration Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08: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 Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
VSTestDotNetCore Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06:00
VSTestXunitDesktopAndNetCore Fixing failing test and making it work with the new SDK 2017-01-05 12:31:49 -08:00
VSTestXunitDotNetCore Fix tests on netcoreapp1.1 only platforms 2017-02-22 21:34:21 -06: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