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:
authorDavid Ortinau <david.ortinau@microsoft.com>2021-08-11 00:55:13 +0300
committerGitHub <noreply@github.com>2021-08-11 00:55:13 +0300
commit4473ec57ea95daf7f8cf24f86d2a3cf7d7d794e3 (patch)
tree35274c7dc32ab42ff110978b91eff2d074ee1a69
parent572178af54051d9164ccf579a3b452642eb2991c (diff)
MAUI Known Issues in Preview 7 with VS 2022 Preview 3 (#6555)v6.0.0-preview.7v5.0.9v3.1.18
-rw-r--r--release-notes/6.0/known-issues.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/release-notes/6.0/known-issues.md b/release-notes/6.0/known-issues.md
index a25b4353..221bcb38 100644
--- a/release-notes/6.0/known-issues.md
+++ b/release-notes/6.0/known-issues.md
@@ -74,6 +74,10 @@ Workload installation failed: One or more errors occurred. (Access to the path '
**Workaround**
You'll need to elevate your command prompt before running the install command.
+#### 3. .NET MAUI Windows apps fail to debug in Visual Studio 2022 Preview 3
+
+There is an incompatibility between .NET MAUI tooling features and Windows App SDK that prevents apps from launching and debugging. You can work around this by building and deploying without debugging, and then launching the application from the Start menu and attaching the debugger. A fix is underway and will come in a future Visual Studio 2022 service release.
+
## .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)