Merge pull request #6673 from dotnet/joeloff-patch-1

Update known-issues.md
This commit is contained in:
Rahul Bhandari 2021-09-10 11:59:28 -07:00 committed by GitHub
commit d2c20d3e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,13 @@
You may encounter the following known issues, which may include workarounds, mitigations or expected resolution timeframes.
## .NET SDK
### RC 1
#### 1. Optional workloads on Windows (arm64)
Installing MSI based optional workloads using the CLI will result in a `PlatformNotSupported` exception on Windows (arm64). The CLI installer has a dependency on `System.Management` that is not support on Windows (arm64). This dependency has been removed in RC2.
There is no workaround for this issue in RC1, except to switch to the file based workload installation.
### Preview 7
#### 1. Reference assemblies no longer output to the bin directory