Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Bhandari <rbhanda@microsoft.com>2021-08-09 23:56:53 +0300
committerGitHub <noreply@github.com>2021-08-09 23:56:53 +0300
commiteaa98db5647e8ada2db65e197788677d46c75747 (patch)
tree2bd00801676a1d625410628bf28115a1a0a8c498
parent7d032e8539ad9c711e9a53a76e299730bebc51e5 (diff)
parent0af0b84f6b122c6221d5cad372032cbc653987b6 (diff)
Merge pull request #6540 from dotnet/rbhanda-patch-2leecow-patch
Update known issues for preview 7
-rw-r--r--release-notes/6.0/known-issues.md14
1 files changed, 14 insertions, 0 deletions
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)