Closed v-Lily closed 2 months ago
@marcpopMSFT this is one more issue that's being tracked by our validation team as a blocking one for SDK 8.0.400 (Aug update) signoff? Can you investigate and re-route appropriately, please? Thanks!
I don't think this is a blocker for the August release as it's a warning. Forgind was investigating
After investigating, I'm pretty sure that this was a bug we'd actually already fixed but only in main, unfortunately. Here are the two commits I would recommend we take for 8.0.400: 3345506902aedf41604792ea6214521c17cdea38 f6f8c9dbaead2d96decc5e1d4e9f6a006728f3c7
Forgind found the fix. install just has a warning but uninstall is blocked. Worth fixing for 401 but not worth respinning 400.
@v-wuzhai @Forgind I verified this issue also repro on [8.0.401 SDK] (https://dev.azure.com/dnceng/internal/_build/results?buildId=2513974&view=artifacts&pathAsName=false&type=publishedArtifacts), According to @v-wuzhai's comment, I found this issue is fixed on dotnet/sdk.
@v-wuzhai @Forgind Verified this issue on the latest 8.0.402 SDK, it doesn't reproduce.
I fixed the problem by downloading .net 9 preview version of the .net sdk , uninstalled the 8.0.402 version and installed the new one.
Repro steps:
1.Installed .NET8.0.400 SDK from Pipelines - Run 20240723.2-8.0.400-rtm.24372.6,8.0.304-servicing.24372.2,8.0.108-servicing.24372.8-232548,232498,232515 artifacts. 2.In Mac OS CLI, execute:
sudo dotnet workload install maui ios maccatalyst android macos tvos
Expected Result:
workload should be installed successfully, and no warnings should be displayed in the output.
Actual Result
Warning "Workload garbage collection failed with error: Workload version 8.0.400-baseline.24372.6 was not found.." displayed.
Further technical details
dotnet --info
Nuget.config file: