templating
templating copied to clipboard
Migrate .net new integration tests from dotnet/sdk to dotnet/templating
Related to #5381
Migrate selected tests from https://github.com/dotnet/sdk/tree/main/src/Tests/dotnet-new.Tests to dotnet/templating. The list TBD.
Tests to add to dotnet/templating:
- CanInstantiateTemplate_ConditionalProcessing
- CanInstantiateTemplate_MultiValueChoice*
- CanInstantiateTemplate_WithRequiredParams
- CanInstantiateTemplate_WithConditionallyEnabledParams
- CanInstantiateTemplate_WithBinaryFile_FromFolder
- CanInstantiateTemplate_WithBinaryFile_FromPackage
- CanInstantiateTemplate_Angular_CanReplaceTextInLargeFile
- CanInstantiateTemplate_WithConditions_BasedOnFileName
- CanInstantiateTemplate_WithDefaultName
- CanUseFileRenameWithNowGenerator
- EnsureItsPossibleToIncludePackagesLockJson
No need to remove them from dotnet/sdk, just ensure those are covered in dotnet/templating too (no action needed if the scenario is already covered).