You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the latest .NET 10 SDK build (10.0.100-preview.4.25171.10) from the latest builds table and then listed the installed workloads. I expected to see that I don't have any workloads installed yet, but instead I see a bunch of workloads that were installed by Visual Studio. The MAUI related workloads seem to have 10.0.100-preview.1 versions, which seems off given that I don't currently have a .NET 10 Preview 1 build installed, and we haven't inserted .NET 10 into Visual Studio yet:
C:\Users\dan> dotnet --version
10.0.100-preview.4.25171.10
C:\Users\dan> dotnet workload list
Workload version: 10.0.100-manifests.7ab2c471
Installed Workload Id Manifest Version Installation Source
-----------------------------------------------------------------------------------------------------------------
android 35.99.0-preview.1.140/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
aspire 8.2.2/8.0.100 VS 17.14.35906.104, VS 17.13.35913.81
ios 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
maccatalyst 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
maui-windows 10.0.0-preview.1.25122.6/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
I have VS 17.13.4 and VS 17.14.0 Preview 2 installed both with the Web and MAUI VS workloads.
The text was updated successfully, but these errors were encountered:
Fixes#47794
I ported the changes over to main for actual testing, hence this being targeted at 9.0.3xx but mentioning a 10.0- feature band.
Without the change:
Workload version: 10.0.100-manifests.7ab2c471
Installed Workload Id Manifest Version Installation Source
-----------------------------------------------------------------------------------------------
android 35.99.0-preview.1.140/10.0.100-preview.1 VS 17.14.35824.293
aspire 8.2.2/8.0.100 VS 17.14.35824.293
ios 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35824.293
maccatalyst 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35824.293
macos 15.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35824.293
maui-windows 10.0.0-preview.1.25122.6/10.0.100-preview.1 VS 17.14.35824.293
tvos 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35824.293
wasm-tools 10.0.0-preview.4.25170.5/10.0.100-preview.4 VS 17.14.35824.293
wasm-tools-net6 10.0.0-preview.4.25170.5/10.0.100-preview.4 VS 17.14.35824.293
wasm-tools-net7 10.0.0-preview.4.25170.5/10.0.100-preview.4 VS 17.14.35824.293
wasm-tools-net8 10.0.0-preview.4.25170.5/10.0.100-preview.4 VS 17.14.35824.293
Use `dotnet workload search` to find additional workloads to install.
With the change:
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------
Use `dotnet workload search` to find additional workloads to install.
(I hadn't installed any workloads at that point, so empty is correct.)
I then installed wasm-tools and ran it again and got this result:
Installed Workload Id Manifest Version Installation Source
-----------------------------------------------------------------------------------------------
wasm-tools 10.0.0-preview.3.25167.9/10.0.100-preview.3 SDK 10.0.100
Use `dotnet workload search` to find additional workloads to install.
I installed the latest .NET 10 SDK build (10.0.100-preview.4.25171.10) from the latest builds table and then listed the installed workloads. I expected to see that I don't have any workloads installed yet, but instead I see a bunch of workloads that were installed by Visual Studio. The MAUI related workloads seem to have 10.0.100-preview.1 versions, which seems off given that I don't currently have a .NET 10 Preview 1 build installed, and we haven't inserted .NET 10 into Visual Studio yet:
I have VS 17.13.4 and VS 17.14.0 Preview 2 installed both with the Web and MAUI VS workloads.
The text was updated successfully, but these errors were encountered: