Closed Swapnali911 closed 1 year ago
Even checked templates for .net8, blazorwasm-empty is missing
[root@ibm-p9z-26-lp1 home]# dotnet --info
.NET SDK:
Version: 8.0.100-rc.2.23502.1
Commit: 0abacfc2b6
Runtime Environment:
OS Name: rhel
OS Version: 8
OS Platform: Linux
RID: rhel.8-ppc64le
Base Path: /home/secone_level_sb/.dotnet/sdk/8.0.100-rc.2.23502.1/
.NET workloads installed:
There are no installed workloads to display.
Host:
Version: 8.0.0-rc.2.23475.17
Architecture: ppc64le
Commit: 0b25e38ad3
.NET SDKs installed:
8.0.100-rc.2.23502.1 [/home/secone_level_sb/.dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.0-rc.2.23480.2 [/home/secone_level_sb/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.0-rc.2.23475.17 [/home/secone_level_sb/.dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
DOTNET_ROOT [/home/secone_level_sb/.dotnet]
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
[root@ibm-p9z-26-lp1 home]# dotnet new list
These templates matched your input:
Template Name Short Name Language Tags
-------------------------------------------- -------------------------- ---------- --------------------------
API Controller apicontroller [C#] Web/ASP.NET
ASP.NET Core Empty web [C#],F# Web/Empty
ASP.NET Core gRPC Service grpc [C#] Web/gRPC/API/Service
ASP.NET Core Web API webapi [C#],F# Web/Web API/API/Service
ASP.NET Core Web API (native AOT) webapiaot [C#] Web/Web API/API/Service
ASP.NET Core Web App webapp,razor [C#] Web/MVC/Razor Pages
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
Blazor Web App blazor [C#] Web/Blazor/WebAssembly
Blazor WebAssembly Standalone App blazorwasm [C#] Web/Blazor/WebAssembly/PWA
Class Library classlib [C#],F#,VB Common/Library
Console App console [C#],F#,VB Common/Console
dotnet gitignore file gitignore,.gitignore Config
Dotnet local tool manifest file tool-manifest Config
EditorConfig file editorconfig,.editorconfig Config
global.json file globaljson,global.json Config
MSBuild Directory.Build.props file buildprops MSBuild/props
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
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit
NUnit Playwright Test Project nunit-playwright [C#] Test/NUnit/Playwright
Protocol Buffer File proto Web/gRPC
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
xUnit Test Project xunit [C#],F#,VB Test/xUnit
https://github.com/dotnet/aspnetcore/pull/50554 : PR which removed blazorwasm-empty template
Template test is failing for rc2 source built tarball with following error :
[root@ibm-p9z-26-lp1 dotnet-bunny]# dotnet turkey/Turkey.dll ../dotnet-regular-tests/template-test/ --timeout 10000 Testing everything under /home/dotnet-regular-tests/template-test/ Current platform is: linux, linux-ppc64le, rhel, rhel-ppc64le, rhel8, rhel.8, rhel.8-ppc64le Tests matching these traits will be skipped: arch=ppc64le, os=linux, os=rhel, os=rhel.8, rid=linux, rid=linux-ppc64le, rid=rhel, rid=rhel-ppc64le, rid=rhel.8, rid=rhel.8-ppc64le, rid=rhel8, runtime=mono, version=8, version=8.0. template-test [FAIL] (4m 6s) Total: 1 Passed: 0 Failed: 1
No templates or subcommands found matching: 'blazorwasm-empty'.
Attaching logs : logfile-template-test_old.log
cc : @tmds @omajid @janani66 @Sapana-Khemkar @Vishwanatha-HD