.. |
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
|
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 |
GivenThatIWantToMigrateConfigurations.cs
|
Removing TFM specific defines for migrated projects, since they are not being set in the SDK itself.
|
2016-11-02 15:05:45 -07:00 |
GivenThatIWantToMigrateJsonProperties.cs
|
Rename to MigrateJsonPropertiesRule
|
2016-10-05 15:15:13 -07:00 |
GivenThatIWantToMigratePackageDependencies.cs
|
Making version an attribute for packagereference and dotnetclitoolreference.
|
2016-12-16 19:13:37 -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
|
Allow migration of sln files (#4949)
|
2016-12-07 11:49:15 -10:00 |
GivenThatIWantToMigratePublishOptions.cs
|
Adding Update under Content for BuildOptions as well, but limiting this change only to Web Apps at the moment, because regular SDK does not have Content Include=**/* in place yet.
|
2016-12-13 16:45:40 -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
|
Skipping dotnet publish-iis when migrating scripts as it is now part of the web.sdk
|
2016-12-02 10:41:25 -08:00 |
GivenThatIWantToMigrateTFMs.cs
|
Allow migration of sln files (#4949)
|
2016-12-07 11:49:15 -10:00 |
GivenThatIWantToMigrateTools.cs
|
Removing dotnet-test-mstest when migrating because that package is no longer needed.
|
2016-11-11 10:52:33 -08:00 |
GivenThatIWantToMigrateWebProjects.cs
|
use Sdks attribute in dotnet new templates (#4916)
|
2016-12-04 22:31:58 -08:00 |
PackageDependenciesTestBase.cs
|
Adding a map of asp tools packages that tells which versions we need to migrate and to what. Any package in that list, will also have its version updated.
|
2016-10-31 12:33:01 -07:00 |