From 0af0b84f6b122c6221d5cad372032cbc653987b6 Mon Sep 17 00:00:00 2001 From: Rahul Bhandari Date: Thu, 5 Aug 2021 16:11:01 -0700 Subject: [PATCH] Update known-issues.md --- release-notes/6.0/known-issues.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release-notes/6.0/known-issues.md b/release-notes/6.0/known-issues.md index 7dfc0898..dfefdcbc 100644 --- a/release-notes/6.0/known-issues.md +++ b/release-notes/6.0/known-issues.md @@ -60,6 +60,20 @@ If you want to use .NET MAUI, you can run the latest version of the [maui-check The .NET SDK Optional Workloads were renamed between preview 4 and preview 5 and are not compatible. As such, the `dotnet workload update` command won't work for a preview 4 installed workload but should work with preview 5 and onward. +### Preview 7 +#### 1. Reference assemblies no longer output to the bin directory + +These files are only needed during builds and cause confusion for customers to see extra binaries built to the bin\ref folder. Instead they were [moved](https://github.com/dotnet/msbuild/pull/6560) to only build to the obj/ref folder. + +**Note, this change is being [reverted](https://github.com/dotnet/msbuild/pull/6718) for RC1 as we found a hardcoded path in Roslyn in VS scenarios that has to be addressed first** + +#### 2. Error when cleaning up preview 6 workloads when installing preview 7 workloads + +The workload names all changed between preview 6 and 7 so the SDK doesn't recognize how to clean up existing installed workloads from earlier previews and will error + +`Garbage collecting for SDK feature bands 6.0.100... +Workload installation failed: Workload not found: microsoft-net-sdk-blazorwebassembly-aot. Known workloads: ...` + ## .NET Runtime 1. Issue in "dnSpy.exe" fpr .NET 6.0 Preview 5 as described in [dotnet/runtime #53014](https://github.com/dotnet/runtime/issues/53014)