v-ainigao

Results 7 issues of v-ainigao

1、Install the .net 7.0.100-rc.1.22405.9(runtime-7.0.0-rc.1.22403.8)SDK from https://github.com/dotnet/installer Install it on locale OS 2、Checkout the dotnet-format repo. git clone https://github.com/dotnet/format.git 3、Update the gobal.json by removing the "sdk" configuration before { "tools": {...

untriaged

Steps: 1.install it on locale OS Version 17.4.0 preview 3.0[32920.363.main] + .net7 rc2 SDK 2.Below workloads are installed in vs: - .NET desktop development - ASP.NET and web development -...

Area-Templates

1.install dotnet-core-uninstall(1.7.515801) 2.install 8.0.2 Hosting-Bundle 3.Run `dotnet-core-uninstall list` 4.Check the output of `dotnet-core-uninstall list` 5.Run `dotnet-core-uninstall remove --hosting-bundle --all` 6.Check the output of `dotnet-core-uninstall list` Expected Result: The output of...

Build info .net8.0.400-preview.0.24312.1(runtime-8.0.5) sdk Steps: 1.install net8 preview 4 sdk 2.Quickly run the following command. (Direct Paste) ``` dotnet new sln -o s1 cd s1 dotnet new console -o a...

untriaged
Area-Workloads

1.install dotnet-core-uninstall (1.7.550802) 2.run dotnet-core-uninstall remove --help Expected Result: The help text list should correspond to the synopsis text in this link. [dotnet-core-uninstall remove command - .NET | Microsoft Learn](https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool-cli-remove?pivots=os-windows)...

Build info: .net9.0.100-rtm.24515.15(runtime-9.0.0-rtm.24511.16) SDK Repro steps: 1.Download the NET9 RTM SDK. 2.Install workload with commands. `dotnet workload install maui` / `dotnet workload install aspire` or `dotnet workload install wasm-tools --skip-sign-check`...

untriaged
Area-Workloads

Build: dotnet-core-uninstall-1.7.615501 OS: Win11(24h2) ARM64 Repro steps: 1.Download net9.0.201 arm64sdk 2.Run `dotnet-core-uninstall list` Expected Result: .NET Core SDK displays arm64 in "dotnet-core-uninstall-list" output. ![Image](https://github.com/user-attachments/assets/851629c7-d486-49bd-a52c-7e5b00de034d) Actually Result: .NET SDK displays x86/x64...