dotnet-installer/src/dotnet/commands
Mike Lorbetske decec5f8da First step to ingest template engine (#5065)
* First step to ingest template engine

Please do not merge yet
@piotrp @seancpeters @livarocc

* Localization

* Attempt to get a build going

Rename program.cs to New3Command.cs
Move TableFormatter into its own file
Consume template engine packages version 1.0.0-beta1-20161218-24
Temporarily add MyGet templating feed so that package restore will work

* Update ExtendedCommandParser

Make short form args prefer longer runs of characters in the source
parameter before falling back to p:shortname syntax
Change scoping for a few methods to get rid of inconsistent visiblity
errors

* Fix package installation wildcards

* Cleanup New3Command, fix review issue, bump version, sorting for template list

* Installation, loc fix, help formatting

* Use latest TemplateEngine packages

* New3 unit tests

* Fixed formatting on csproj files

* Add the build steps to add templates to the layout

* Change tests slightly to make comparisons easier

Also fixes the wrong flag getting passed to set language

* Fixes for 127, 128, 130, 131 - help display

* Sync to latest TemplateEngine version

Absorbs new search logic

* All tests passing

Cleaner New3Command
Support for project/item template contexts

* Try to make tests more durable

* Disable test parallelization for dotnet-new tests

* Update web SDK and template engine versions

* Remove AI package feed

* Simplify CLI interface to Template Engine

* Fix host identifier and update to latest packages

* Update template engine & Web SDK versions

* Fix template engine version

* Remove UsingTask and redeclaration of property
2017-01-06 14:48:27 -08:00
..
dotnet-add Merge pull request #5231 from v-zbsail/localization 2017-01-06 14:48:14 -08:00
dotnet-build Merge branch 'rel/1.0.0' into localization 2017-01-06 12:30:58 -08:00
dotnet-clean Another update to the xlf files. 2017-01-05 23:01:58 -08:00
dotnet-help Another update to the xlf files. 2017-01-05 23:01:58 -08:00
dotnet-list Merge pull request #5231 from v-zbsail/localization 2017-01-06 14:48:14 -08:00
dotnet-migrate Merge pull request #5231 from v-zbsail/localization 2017-01-06 14:48:14 -08:00
dotnet-msbuild Merge branch 'rel/1.0.0' into localization 2017-01-06 12:30:58 -08:00
dotnet-new Updating the SDK to an SDK that includes globing for source and resources implicitly. 2017-01-05 12:31:48 -08:00
dotnet-new3 First step to ingest template engine (#5065) 2017-01-06 14:48:27 -08:00
dotnet-nuget Address build issues 2016-08-27 15:57:14 -07:00
dotnet-pack Merge branch 'rel/1.0.0' into localization 2017-01-06 12:30:58 -08:00
dotnet-publish Merge branch 'rel/1.0.0' into localization 2017-01-06 12:30:58 -08:00
dotnet-remove dotnet sln command (#5233) 2017-01-06 10:58:23 -10:00
dotnet-restore LOC CHECKIN | dotnet/cli | 20170106 2017-01-06 19:07:21 +01:00
dotnet-restore-projectjson Update xlf with new/removed/modified strings 2016-12-16 13:32:48 -08:00
dotnet-run Merge branch 'rel/1.0.0' into localization 2017-01-06 12:30:58 -08:00
dotnet-sln dotnet sln command (#5233) 2017-01-06 10:58:23 -10:00
dotnet-test Merge branch 'rel/1.0.0' into localization 2017-01-06 12:30:58 -08:00
dotnet-vstest Implemented vstest verb which will run the test from given container. (#4115) 2016-09-19 10:59:26 -07:00