-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added unit and integration tests for debug options
- Loading branch information
1 parent
e7ae6c0
commit 3771a89
Showing
4 changed files
with
199 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...3.UnitTests/Approvals/DotnetNewDebugOptions.CanShowConfigWithDebugShowConfig.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Current configuration: | ||
|
||
Mount Point Factories Type Assembly | ||
------------------------------------ -------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- | ||
94e92610-cf4c-4f6d-aeb6-9e42dde1899d Microsoft.TemplateEngine.Edge.Mount.Archive.ZipFileMountPointFactory Microsoft.TemplateEngine.Edge, Version=<version>, Culture=neutral, PublicKeyToken=<token> | ||
8c19221b-dea3-4250-86fe-2d4e189a11d2 Microsoft.TemplateEngine.Edge.Mount.FileSystem.FileSystemMountPointFactory Microsoft.TemplateEngine.Edge, Version=<version>, Culture=neutral, PublicKeyToken=<token> | ||
|
||
|
||
Generators Type Assembly | ||
------------------------------------ ------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------- | ||
0c434df7-e2cb-4dee-b216-d7c58c8eb4b3 Microsoft.TemplateEngine.Orchestrator.RunnableProjects.RunnableProjectGenerator Microsoft.TemplateEngine.Orchestrator.RunnableProjects, Version=<version>, Culture=neutral, PublicKeyToken=<token> | ||
|
||
|
||
The 'dotnet new3' command creates a .NET project based on a template. | ||
|
||
Common templates are: | ||
Template Name Short Name Language Tags | ||
------------- ---------- ---------- -------------- | ||
Class Library classlib [C#],F#,VB Common/Library | ||
Console App console [C#],F#,VB Common/Console | ||
|
||
An example would be: | ||
dotnet new3 console | ||
|
||
Display template options with: | ||
dotnet new3 console -h | ||
Display all installed templates with: | ||
dotnet new3 --list | ||
Display templates available on NuGet.org with: | ||
dotnet new3 web --search |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters