From 88db6570165fc332e65bc42d0516619b43f7e217 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Mon, 27 Mar 2023 11:25:02 -0700 Subject: [PATCH] Update baselines for dotnet new commands --- ...tNewCompleteTests.CanDoTabCompletion.Linux.verified.txt | 3 +++ ...netNewCompleteTests.CanDoTabCompletion.OSX.verified.txt | 5 ++++- ...ewCompleteTests.CanDoTabCompletion.Windows.verified.txt | 3 +++ ...cTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt | 7 +++++-- ...sicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt | 7 +++++-- ...est_WhenLegacyCommandIsUsed_common.Windows.verified.txt | 3 +++ ...ests.BasicTest_WhenListCommandIsUsed.Linux.verified.txt | 7 +++++-- ...tTests.BasicTest_WhenListCommandIsUsed.OSX.verified.txt | 7 +++++-- ...ts.BasicTest_WhenListCommandIsUsed.Windows.verified.txt | 3 +++ 9 files changed, 36 insertions(+), 9 deletions(-) diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Linux.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Linux.verified.txt index d5838eb7e98c..da215bb12bea 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Linux.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Linux.verified.txt @@ -1,5 +1,6 @@ angular api +apicontroller blazorserver blazorserver-empty blazorwasm @@ -15,6 +16,7 @@ grpc mstest mstest-playwright mvc +mvccontroller nugetconfig nunit nunit-playwright @@ -26,6 +28,7 @@ razorcomponent react sln tool-manifest +view viewimports viewstart web diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.OSX.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.OSX.verified.txt index f2389b49d1c5..da215bb12bea 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.OSX.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.OSX.verified.txt @@ -1,5 +1,6 @@ angular api +apicontroller blazorserver blazorserver-empty blazorwasm @@ -15,6 +16,7 @@ grpc mstest mstest-playwright mvc +mvccontroller nugetconfig nunit nunit-playwright @@ -26,6 +28,7 @@ razorcomponent react sln tool-manifest +view viewimports viewstart web @@ -56,4 +59,4 @@ install list search uninstall -update +update \ No newline at end of file diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Windows.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Windows.verified.txt index 6fecb8f2aee2..c51fffec2c2c 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Windows.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewCompleteTests.CanDoTabCompletion.Windows.verified.txt @@ -1,5 +1,6 @@ angular api +apicontroller blazorserver blazorserver-empty blazorwasm @@ -15,6 +16,7 @@ grpc mstest mstest-playwright mvc +mvccontroller nugetconfig nunit nunit-playwright @@ -26,6 +28,7 @@ razorcomponent react sln tool-manifest +view viewimports viewstart web diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt index 5a8ab40bda81..d6082549af29 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Linux.verified.txt @@ -6,6 +6,7 @@ These templates matched your input: Template Name Short Name Language Tags -------------------------------------------- -------------------------- ---------- -------------------------------- +API Controller apicontroller [C#] Web/ASP.NET ASP.NET Core API api [C#] Web/API ASP.NET Core Empty web [C#],F# Web/Empty ASP.NET Core gRPC Service grpc [C#] Web/gRPC @@ -28,6 +29,7 @@ MSBuild Directory.Build.props file buildprops MSBuild Directory.Build.targets file buildtargets MSBuild/props MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright MSTest Test Project mstest [C#],F#,VB Test/MSTest +MVC Controller mvccontroller [C#] Web/ASP.NET MVC ViewImports viewimports [C#] Web/ASP.NET MVC ViewStart viewstart [C#] Web/ASP.NET NuGet Config nugetconfig,nuget.config Config @@ -38,7 +40,8 @@ Protocol Buffer File proto Razor Class Library razorclasslib [C#] Web/Razor/Library Razor Component razorcomponent [C#] Web/ASP.NET Razor Page page [C#] Web/ASP.NET +Razor View view [C#] Web/ASP.NET Solution File sln,solution Solution -Web Config webconfig Config -Worker Service worker [C#],F# Common/Worker/Web +Web Config webconfig Config +Worker Service worker [C#],F# Common/Worker/Web xUnit Test Project xunit [C#],F#,VB Test/xUnit \ No newline at end of file diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt index 5a8ab40bda81..d6082549af29 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.OSX.verified.txt @@ -6,6 +6,7 @@ These templates matched your input: Template Name Short Name Language Tags -------------------------------------------- -------------------------- ---------- -------------------------------- +API Controller apicontroller [C#] Web/ASP.NET ASP.NET Core API api [C#] Web/API ASP.NET Core Empty web [C#],F# Web/Empty ASP.NET Core gRPC Service grpc [C#] Web/gRPC @@ -28,6 +29,7 @@ MSBuild Directory.Build.props file buildprops MSBuild Directory.Build.targets file buildtargets MSBuild/props MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright MSTest Test Project mstest [C#],F#,VB Test/MSTest +MVC Controller mvccontroller [C#] Web/ASP.NET MVC ViewImports viewimports [C#] Web/ASP.NET MVC ViewStart viewstart [C#] Web/ASP.NET NuGet Config nugetconfig,nuget.config Config @@ -38,7 +40,8 @@ Protocol Buffer File proto Razor Class Library razorclasslib [C#] Web/Razor/Library Razor Component razorcomponent [C#] Web/ASP.NET Razor Page page [C#] Web/ASP.NET +Razor View view [C#] Web/ASP.NET Solution File sln,solution Solution -Web Config webconfig Config -Worker Service worker [C#],F# Common/Worker/Web +Web Config webconfig Config +Worker Service worker [C#],F# Common/Worker/Web xUnit Test Project xunit [C#],F#,VB Test/xUnit \ No newline at end of file diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Windows.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Windows.verified.txt index dd772a162a05..5970e0891214 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Windows.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenLegacyCommandIsUsed_common.Windows.verified.txt @@ -6,6 +6,7 @@ These templates matched your input: Template Name Short Name Language Tags -------------------------------------------- -------------------------- ---------- -------------------------------- +API Controller apicontroller [C#] Web/ASP.NET ASP.NET Core API api [C#] Web/API ASP.NET Core Empty web [C#],F# Web/Empty ASP.NET Core gRPC Service grpc [C#] Web/gRPC @@ -28,6 +29,7 @@ MSBuild Directory.Build.props file buildprops MSBuild Directory.Build.targets file buildtargets MSBuild/props MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright MSTest Test Project mstest [C#],F#,VB Test/MSTest +MVC Controller mvccontroller [C#] Web/ASP.NET MVC ViewImports viewimports [C#] Web/ASP.NET MVC ViewStart viewstart [C#] Web/ASP.NET NuGet Config nugetconfig,nuget.config Config @@ -38,6 +40,7 @@ Protocol Buffer File proto Razor Class Library razorclasslib [C#] Web/Razor/Library Razor Component razorcomponent [C#] Web/ASP.NET Razor Page page [C#] Web/ASP.NET +Razor View view [C#] Web/ASP.NET Solution File sln,solution Solution Web Config webconfig Config Windows Forms App winforms [C#],VB Common/WinForms diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Linux.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Linux.verified.txt index e0b07a1af591..3c760136b033 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Linux.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Linux.verified.txt @@ -2,6 +2,7 @@ Template Name Short Name Language Tags -------------------------------------------- -------------------------- ---------- -------------------------------- +API Controller apicontroller [C#] Web/ASP.NET ASP.NET Core API api [C#] Web/API ASP.NET Core Empty web [C#],F# Web/Empty ASP.NET Core gRPC Service grpc [C#] Web/gRPC @@ -24,6 +25,7 @@ MSBuild Directory.Build.props file buildprops MSBuild Directory.Build.targets file buildtargets MSBuild/props MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright MSTest Test Project mstest [C#],F#,VB Test/MSTest +MVC Controller mvccontroller [C#] Web/ASP.NET MVC ViewImports viewimports [C#] Web/ASP.NET MVC ViewStart viewstart [C#] Web/ASP.NET NuGet Config nugetconfig,nuget.config Config @@ -34,7 +36,8 @@ Protocol Buffer File proto Razor Class Library razorclasslib [C#] Web/Razor/Library Razor Component razorcomponent [C#] Web/ASP.NET Razor Page page [C#] Web/ASP.NET +Razor View view [C#] Web/ASP.NET Solution File sln,solution Solution -Web Config webconfig Config -Worker Service worker [C#],F# Common/Worker/Web +Web Config webconfig Config +Worker Service worker [C#],F# Common/Worker/Web xUnit Test Project xunit [C#],F#,VB Test/xUnit \ No newline at end of file diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.OSX.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.OSX.verified.txt index e0b07a1af591..3c760136b033 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.OSX.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.OSX.verified.txt @@ -2,6 +2,7 @@ Template Name Short Name Language Tags -------------------------------------------- -------------------------- ---------- -------------------------------- +API Controller apicontroller [C#] Web/ASP.NET ASP.NET Core API api [C#] Web/API ASP.NET Core Empty web [C#],F# Web/Empty ASP.NET Core gRPC Service grpc [C#] Web/gRPC @@ -24,6 +25,7 @@ MSBuild Directory.Build.props file buildprops MSBuild Directory.Build.targets file buildtargets MSBuild/props MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright MSTest Test Project mstest [C#],F#,VB Test/MSTest +MVC Controller mvccontroller [C#] Web/ASP.NET MVC ViewImports viewimports [C#] Web/ASP.NET MVC ViewStart viewstart [C#] Web/ASP.NET NuGet Config nugetconfig,nuget.config Config @@ -34,7 +36,8 @@ Protocol Buffer File proto Razor Class Library razorclasslib [C#] Web/Razor/Library Razor Component razorcomponent [C#] Web/ASP.NET Razor Page page [C#] Web/ASP.NET +Razor View view [C#] Web/ASP.NET Solution File sln,solution Solution -Web Config webconfig Config -Worker Service worker [C#],F# Common/Worker/Web +Web Config webconfig Config +Worker Service worker [C#],F# Common/Worker/Web xUnit Test Project xunit [C#],F#,VB Test/xUnit \ No newline at end of file diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Windows.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Windows.verified.txt index 4de0a5b346b6..262f1b2b1ea6 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Windows.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewListTests.BasicTest_WhenListCommandIsUsed.Windows.verified.txt @@ -2,6 +2,7 @@ Template Name Short Name Language Tags -------------------------------------------- -------------------------- ---------- -------------------------------- +API Controller apicontroller [C#] Web/ASP.NET ASP.NET Core API api [C#] Web/API ASP.NET Core Empty web [C#],F# Web/Empty ASP.NET Core gRPC Service grpc [C#] Web/gRPC @@ -24,6 +25,7 @@ MSBuild Directory.Build.props file buildprops MSBuild Directory.Build.targets file buildtargets MSBuild/props MSTest Playwright Test Project mstest-playwright [C#] Test/MSTest/Playwright MSTest Test Project mstest [C#],F#,VB Test/MSTest +MVC Controller mvccontroller [C#] Web/ASP.NET MVC ViewImports viewimports [C#] Web/ASP.NET MVC ViewStart viewstart [C#] Web/ASP.NET NuGet Config nugetconfig,nuget.config Config @@ -34,6 +36,7 @@ Protocol Buffer File proto Razor Class Library razorclasslib [C#] Web/Razor/Library Razor Component razorcomponent [C#] Web/ASP.NET Razor Page page [C#] Web/ASP.NET +Razor View view [C#] Web/ASP.NET Solution File sln,solution Solution Web Config webconfig Config Windows Forms App winforms [C#],VB Common/WinForms