..
GivenThatIWantToCleanTheOutputProject.cs
Added a unit test for cleaning empty targets.
2016-12-16 13:31:42 -08:00
GivenThatIWantToMigrateAssemblyInfo.cs
Allow migration of sln files ( #4949 )
2016-12-07 11:49:15 -10:00
GivenThatIWantToMigrateBuildOptions.cs
Migration: excluded files need to be removed ( #5485 )
2017-01-28 17:14:17 -08:00
GivenThatIWantToMigrateConfigurations.cs
Adding Release to the sdk defined constants so that we don't emit it during migration anymore.
2017-01-05 11:46:02 -08:00
GivenThatIWantToMigrateJsonProperties.cs
Rename to MigrateJsonPropertiesRule
2016-10-05 15:15:13 -07:00
GivenThatIWantToMigratePackageDependencies.cs
Migrating Microsoft.NetCore.App and NETStandard.Library to RuntimeFrameworkVersion and NetStandardImplicitPackageVersion, respectively. ( #5478 )
2017-01-27 19:47:57 -08:00
GivenThatIWantToMigratePackagesToTheirLTSVersions.cs
Migrating Microsoft.NetCore.App and NETStandard.Library to RuntimeFrameworkVersion and NetStandardImplicitPackageVersion, respectively. ( #5478 )
2017-01-27 19:47:57 -08:00
GivenThatIWantToMigratePackOptions.cs
Merging metadata with different values by setting the metadata values to be string joined and semi-column separated. This fixes the problem of having multiple mappings for the same file in a include/mappings.
2016-10-25 15:26:04 -07:00
GivenThatIWantToMigrateProjectDependencies.cs
Stopped doing hoisting of transitive project dependencies and references. We also don't validate if a dependency exist, since migration strictly speaking does not need it. We move the project.json and the csproj will fail to build just like the project.json would.
2016-12-28 14:48:38 -08:00
GivenThatIWantToMigratePublishOptions.cs
Migration: do not inject built in compile includes that the SDK does
2017-01-12 11:22:41 -08:00
GivenThatIWantToMigrateRootOptions.cs
Adding Authors migration.
2016-11-15 16:36:04 -08:00
GivenThatIWantToMigrateRuntimeOptions.cs
Allow migration of sln files ( #4949 )
2016-12-07 11:49:15 -10:00
GivenThatIWantToMigrateRuntimes.cs
Migrating all test projects ( #4668 )
2016-11-11 21:46:29 -10:00
GivenThatIWantToMigrateScripts.cs
Add support for migrating Microsoft.AspNetCore.Mvc.ViewCompilation
2017-01-12 13:49:28 -08:00
GivenThatIWantToMigrateTFMs.cs
Migration: Do not add RIDs for Library projects ( #5279 )
2017-01-11 17:05:12 -08:00
GivenThatIWantToMigrateTools.cs
Add support for migrating Microsoft.AspNetCore.Mvc.ViewCompilation
2017-01-12 13:49:28 -08:00
GivenThatIWantToMigrateWebProjects.cs
use Sdks attribute in dotnet new
templates ( #4916 )
2016-12-04 22:31:58 -08:00
PackageDependenciesTestBase.cs
Fixing test failures. One of them, is a known issue that still reproes intermittently. The other was some left over code that was causing problems.
2017-01-26 12:40:56 -08:00