Skip to content

Commit cbf85e8

Browse files
authored
Fix templates test failure (#45300)
2 parents 257517e + 38600e2 commit cbf85e8

6 files changed

+260
-260
lines changed

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

+41-41
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,44 @@ For more information, run:
44

55
These templates matched your input:
66

7-
Template Name Short Name Language Tags
8-
-------------------------------------------- ---------------------------- ---------- ------------------------------
9-
API Controller apicontroller [C#] Web/ASP.NET
10-
ASP.NET Core Empty web [C#],F# Web/Empty
11-
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
12-
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
13-
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
14-
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
15-
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
16-
Blazor Server App blazorserver [C#] Web/Blazor
17-
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
18-
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
19-
Class Library classlib [C#],F#,VB Common/Library
20-
Console App console [C#],F#,VB Common/Console
21-
dotnet gitattributes file gitattributes,.gitattributes Config
22-
dotnet gitignore file gitignore,.gitignore Config
23-
Dotnet local tool manifest file tool-manifest Config
24-
EditorConfig file editorconfig,.editorconfig Config
25-
global.json file globaljson,global.json Config
26-
MSBuild Directory.Build.props file buildprops MSBuild/props
27-
MSBuild Directory.Build.targets file buildtargets MSBuild/props
28-
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
29-
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright
30-
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
31-
MSTest Test Project mstest [C#],F#,VB Test/MSTest
32-
MVC Controller mvccontroller [C#] Web/ASP.NET
33-
MVC ViewImports viewimports [C#] Web/ASP.NET
34-
MVC ViewStart viewstart [C#] Web/ASP.NET
35-
NuGet Config nugetconfig,nuget.config Config
36-
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
37-
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit
38-
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright
39-
Protocol Buffer File proto Web/gRPC
40-
Razor Class Library razorclasslib [C#] Web/Razor/Library
41-
Razor Component razorcomponent [C#] Web/ASP.NET
42-
Razor Page page [C#] Web/ASP.NET
43-
Razor View view [C#] Web/ASP.NET
44-
Solution File sln,solution Solution
45-
Web Config webconfig Config
46-
Worker Service worker [C#],F# Common/Worker/Web
47-
xUnit Test Project xunit [C#],F#,VB Test/xUnit
7+
Template Name Short Name Language Tags
8+
-------------------------------------------- ---------------------------- ---------- ----------------------------------
9+
API Controller apicontroller [C#] Web/ASP.NET
10+
ASP.NET Core Empty web [C#],F# Web/Empty
11+
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
12+
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
13+
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
14+
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
15+
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
16+
Blazor Server App blazorserver [C#] Web/Blazor
17+
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
18+
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
19+
Class Library classlib [C#],F#,VB Common/Library
20+
Console App console [C#],F#,VB Common/Console
21+
dotnet gitattributes file gitattributes,.gitattributes Config
22+
dotnet gitignore file gitignore,.gitignore Config
23+
Dotnet local tool manifest file tool-manifest Config
24+
EditorConfig file editorconfig,.editorconfig Config
25+
global.json file globaljson,global.json Config
26+
MSBuild Directory.Build.props file buildprops MSBuild/props
27+
MSBuild Directory.Build.targets file buildtargets MSBuild/props
28+
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
29+
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright/Desktop/Web
30+
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
31+
MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web
32+
MVC Controller mvccontroller [C#] Web/ASP.NET
33+
MVC ViewImports viewimports [C#] Web/ASP.NET
34+
MVC ViewStart viewstart [C#] Web/ASP.NET
35+
NuGet Config nugetconfig,nuget.config Config
36+
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
37+
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit/Desktop/Web
38+
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright/Desktop/Web
39+
Protocol Buffer File proto Web/gRPC
40+
Razor Class Library razorclasslib [C#] Web/Razor/Library
41+
Razor Component razorcomponent [C#] Web/ASP.NET
42+
Razor Page page [C#] Web/ASP.NET
43+
Razor View view [C#] Web/ASP.NET
44+
Solution File sln,solution Solution
45+
Web Config webconfig Config
46+
Worker Service worker [C#],F# Common/Worker/Web
47+
xUnit Test Project xunit [C#],F#,VB Test/xUnit/Desktop/Web

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

+41-41
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,44 @@ For more information, run:
44

55
These templates matched your input:
66

7-
Template Name Short Name Language Tags
8-
-------------------------------------------- ---------------------------- ---------- ------------------------------
9-
API Controller apicontroller [C#] Web/ASP.NET
10-
ASP.NET Core Empty web [C#],F# Web/Empty
11-
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
12-
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
13-
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
14-
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
15-
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
16-
Blazor Server App blazorserver [C#] Web/Blazor
17-
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
18-
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
19-
Class Library classlib [C#],F#,VB Common/Library
20-
Console App console [C#],F#,VB Common/Console
21-
dotnet gitattributes file gitattributes,.gitattributes Config
22-
dotnet gitignore file gitignore,.gitignore Config
23-
Dotnet local tool manifest file tool-manifest Config
24-
EditorConfig file editorconfig,.editorconfig Config
25-
global.json file globaljson,global.json Config
26-
MSBuild Directory.Build.props file buildprops MSBuild/props
27-
MSBuild Directory.Build.targets file buildtargets MSBuild/props
28-
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
29-
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright
30-
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
31-
MSTest Test Project mstest [C#],F#,VB Test/MSTest
32-
MVC Controller mvccontroller [C#] Web/ASP.NET
33-
MVC ViewImports viewimports [C#] Web/ASP.NET
34-
MVC ViewStart viewstart [C#] Web/ASP.NET
35-
NuGet Config nugetconfig,nuget.config Config
36-
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
37-
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit
38-
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright
39-
Protocol Buffer File proto Web/gRPC
40-
Razor Class Library razorclasslib [C#] Web/Razor/Library
41-
Razor Component razorcomponent [C#] Web/ASP.NET
42-
Razor Page page [C#] Web/ASP.NET
43-
Razor View view [C#] Web/ASP.NET
44-
Solution File sln,solution Solution
45-
Web Config webconfig Config
46-
Worker Service worker [C#],F# Common/Worker/Web
47-
xUnit Test Project xunit [C#],F#,VB Test/xUnit
7+
Template Name Short Name Language Tags
8+
-------------------------------------------- ---------------------------- ---------- ----------------------------------
9+
API Controller apicontroller [C#] Web/ASP.NET
10+
ASP.NET Core Empty web [C#],F# Web/Empty
11+
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
12+
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service/WebAPI
13+
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
14+
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
15+
ASP.NET Core Web App (Razor Pages) webapp,razor [C#] Web/MVC/Razor Pages
16+
Blazor Server App blazorserver [C#] Web/Blazor
17+
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
18+
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
19+
Class Library classlib [C#],F#,VB Common/Library
20+
Console App console [C#],F#,VB Common/Console
21+
dotnet gitattributes file gitattributes,.gitattributes Config
22+
dotnet gitignore file gitignore,.gitignore Config
23+
Dotnet local tool manifest file tool-manifest Config
24+
EditorConfig file editorconfig,.editorconfig Config
25+
global.json file globaljson,global.json Config
26+
MSBuild Directory.Build.props file buildprops MSBuild/props
27+
MSBuild Directory.Build.targets file buildtargets MSBuild/props
28+
MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
29+
MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright/Desktop/Web
30+
MSTest Test Class mstest-class [C#],F#,VB Test/MSTest
31+
MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web
32+
MVC Controller mvccontroller [C#] Web/ASP.NET
33+
MVC ViewImports viewimports [C#] Web/ASP.NET
34+
MVC ViewStart viewstart [C#] Web/ASP.NET
35+
NuGet Config nugetconfig,nuget.config Config
36+
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
37+
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit/Desktop/Web
38+
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright/Desktop/Web
39+
Protocol Buffer File proto Web/gRPC
40+
Razor Class Library razorclasslib [C#] Web/Razor/Library
41+
Razor Component razorcomponent [C#] Web/ASP.NET
42+
Razor Page page [C#] Web/ASP.NET
43+
Razor View view [C#] Web/ASP.NET
44+
Solution File sln,solution Solution
45+
Web Config webconfig Config
46+
Worker Service worker [C#],F# Common/Worker/Web
47+
xUnit Test Project xunit [C#],F#,VB Test/xUnit/Desktop/Web

0 commit comments

Comments
 (0)