Skip to content

Commit f61c45a

Browse files
committed
fix the template test baselines
1 parent 33c89e2 commit f61c45a

6 files changed

+68
-133
lines changed

test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
For more information, run:
33
dotnet new list -h
44
These templates matched your input:
5-
Template Name Short Name Language Tags
5+
Template Name Short Name Language Tags
66
API
77
ASP.NET
88
Blazor

test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
For more information, run:
33
dotnet new list -h
44
These templates matched your input:
5-
Template Name Short Name Language Tags
5+
Template Name Short Name Language Tags
66
API
77
ASP.NET
88
Blazor

test/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Windows.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
For more information, run:
33
dotnet new list -h
44
These templates matched your input:
5-
Template Name Short Name Language Tags
5+
Template Name Short Name Language Tags
66
API
77
ASP.NET
88
Blazor
Lines changed: 21 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,22 @@
11
These templates matched your input:
2-
3-
Template Name Short Name Language Tags
4-
-------------------------------------------- -------------------------- ---------- ----------------------------------
5-
API Controller apicontroller [C#] Web/ASP.NET
6-
ASP.NET Core Empty web [C#],F# Web/Empty
7-
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
8-
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
9-
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
10-
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
11-
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
12-
Blazor Server App blazorserver [C#] Web/Blazor
13-
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
14-
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
15-
Class Library classlib [C#],F#,VB Common/Library
16-
Console App console [C#],F#,VB Common/Console
17-
dotnet gitignore file gitignore,.gitignore Config
18-
Dotnet local tool manifest file tool-manifest Config
19-
EditorConfig file editorconfig,.editorconfig Config
20-
global.json file globaljson,global.json Config
21-
MSBuild Directory.Build.props file buildprops MSBuild/props
22-
MSBuild Directory.Build.targets file buildtargets MSBuild/props
23-
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
24-
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright/Desktop/Web
25-
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
26-
MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web
27-
MVC Controller mvccontroller [C#] Web/ASP.NET
28-
MVC ViewImports viewimports [C#] Web/ASP.NET
29-
MVC ViewStart viewstart [C#] Web/ASP.NET
30-
NuGet Config nugetconfig,nuget.config Config
31-
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
32-
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit/Desktop/Web
33-
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright/Desktop/Web
34-
Protocol Buffer File proto Web/gRPC
35-
Razor Class Library razorclasslib [C#] Web/Razor/Library
36-
Razor Component razorcomponent [C#] Web/ASP.NET
37-
Razor Page page [C#] Web/ASP.NET
38-
Razor View view [C#] Web/ASP.NET
39-
Solution File sln,solution Solution
40-
Web Config webconfig Config
41-
Worker Service worker [C#],F# Common/Worker/Web
42-
xUnit Test Project xunit [C#],F#,VB Test/xUnit/Desktop/Web
2+
Template Name Short Name Language Tags
3+
API
4+
ASP.NET
5+
Blazor
6+
Class
7+
Console
8+
dotnet
9+
Dotnet
10+
EditorConfig
11+
global.json
12+
MSBuild
13+
MSTest
14+
MVC
15+
NuGet
16+
NUnit
17+
Protocol
18+
Razor
19+
Solution
20+
Web
21+
Worker
22+
xUnit
Lines changed: 21 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,22 @@
11
These templates matched your input:
2-
3-
Template Name Short Name Language Tags
4-
-------------------------------------------- -------------------------- ---------- ------------------------------
5-
API Controller apicontroller [C#] Web/ASP.NET
6-
ASP.NET Core Empty web [C#],F# Web/Empty
7-
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
8-
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
9-
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
10-
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
11-
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
12-
Blazor Server App blazorserver [C#] Web/Blazor
13-
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
14-
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
15-
Class Library classlib [C#],F#,VB Common/Library
16-
Console App console [C#],F#,VB Common/Console
17-
dotnet gitignore file gitignore,.gitignore Config
18-
Dotnet local tool manifest file tool-manifest Config
19-
EditorConfig file editorconfig,.editorconfig Config
20-
global.json file globaljson,global.json Config
21-
MSBuild Directory.Build.props file buildprops MSBuild/props
22-
MSBuild Directory.Build.targets file buildtargets MSBuild/props
23-
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
24-
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright
25-
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
26-
MSTest Test Project mstest [C#],F#,VB Test/MSTest
27-
MVC Controller mvccontroller [C#] Web/ASP.NET
28-
MVC ViewImports viewimports [C#] Web/ASP.NET
29-
MVC ViewStart viewstart [C#] Web/ASP.NET
30-
NuGet Config nugetconfig,nuget.config Config
31-
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
32-
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit
33-
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright
34-
Protocol Buffer File proto Web/gRPC
35-
Razor Class Library razorclasslib [C#] Web/Razor/Library
36-
Razor Component razorcomponent [C#] Web/ASP.NET
37-
Razor Page page [C#] Web/ASP.NET
38-
Razor View view [C#] Web/ASP.NET
39-
Solution File sln,solution Solution
40-
Web Config webconfig Config
41-
Worker Service worker [C#],F# Common/Worker/Web
42-
xUnit Test Project xunit [C#],F#,VB Test/xUnit
2+
Template Name Short Name Language Tags
3+
API
4+
ASP.NET
5+
Blazor
6+
Class
7+
Console
8+
dotnet
9+
Dotnet
10+
EditorConfig
11+
global.json
12+
MSBuild
13+
MSTest
14+
MVC
15+
NuGet
16+
NUnit
17+
Protocol
18+
Razor
19+
Solution
20+
Web
21+
Worker
22+
xUnit
Lines changed: 23 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,24 @@
11
These templates matched your input:
2-
3-
Template Name Short Name Language Tags
4-
-------------------------------------------- -------------------------- ---------- ----------------------------------
5-
API Controller apicontroller [C#] Web/ASP.NET
6-
ASP.NET Core Empty web [C#],F# Web/Empty
7-
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
8-
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
9-
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
10-
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
11-
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
12-
Blazor Server App blazorserver [C#] Web/Blazor
13-
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
14-
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
15-
Class Library classlib [C#],F#,VB Common/Library
16-
Console App console [C#],F#,VB Common/Console
17-
dotnet gitignore file gitignore,.gitignore Config
18-
Dotnet local tool manifest file tool-manifest Config
19-
EditorConfig file editorconfig,.editorconfig Config
20-
global.json file globaljson,global.json Config
21-
MSBuild Directory.Build.props file buildprops MSBuild/props
22-
MSBuild Directory.Build.targets file buildtargets MSBuild/props
23-
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
24-
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright/Desktop/Web
25-
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
26-
MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web
27-
MVC Controller mvccontroller [C#] Web/ASP.NET
28-
MVC ViewImports viewimports [C#] Web/ASP.NET
29-
MVC ViewStart viewstart [C#] Web/ASP.NET
30-
NuGet Config nugetconfig,nuget.config Config
31-
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
32-
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit/Desktop/Web
33-
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright/Desktop/Web
34-
Protocol Buffer File proto Web/gRPC
35-
Razor Class Library razorclasslib [C#] Web/Razor/Library
36-
Razor Component razorcomponent [C#] Web/ASP.NET
37-
Razor Page page [C#] Web/ASP.NET
38-
Razor View view [C#] Web/ASP.NET
39-
Solution File sln,solution Solution
40-
Web Config webconfig Config
41-
Windows Forms App winforms [C#],VB Common/WinForms
42-
Windows Forms Class Library winformslib [C#],VB Common/WinForms
43-
Windows Forms Control Library winformscontrollib [C#],VB Common/WinForms
44-
Worker Service worker [C#],F# Common/Worker/Web
45-
WPF Application wpf [C#],VB Common/WPF
46-
WPF Class Library wpflib [C#],VB Common/WPF
47-
WPF Custom Control Library wpfcustomcontrollib [C#],VB Common/WPF
48-
WPF User Control Library wpfusercontrollib [C#],VB Common/WPF
49-
xUnit Test Project xunit [C#],F#,VB Test/xUnit/Desktop/Web
2+
Template Name Short Name Language Tags
3+
API
4+
ASP.NET
5+
Blazor
6+
Class
7+
Console
8+
dotnet
9+
Dotnet
10+
EditorConfig
11+
global.json
12+
MSBuild
13+
MSTest
14+
MVC
15+
NuGet
16+
NUnit
17+
Protocol
18+
Razor
19+
Solution
20+
Web
21+
Windows
22+
Worker
23+
WPF
24+
xUnit

0 commit comments

Comments
 (0)