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:
authorkuldeep-MS <kuldeeplnu@microsoft.com>2022-10-28 14:51:16 +0300
committerkuldeep-MS <kuldeeplnu@microsoft.com>2022-10-28 16:04:15 +0300
commite34f92aa5bee63a2c5b42c7af3b9e7196810f2f3 (patch)
treebd97c7835277cac6c2f683c80bdcec6206791eec
parent5d00f8b32de0e01b8fe730ef7ad4c9c7da55b7cc (diff)
doc(known-issues): adding known-issue for WPF
-rw-r--r--release-notes/7.0/known-issues.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 5181d0e3..649a7715 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -197,3 +197,11 @@ An update for the compiler is planned as part of the 7.0.1 release that will upd
Users that are not relying on bind get, set, after will not be affected by this issue.
+
+## WPF
+
+### NullReferenceException is thrown in the System.Windows.StyleHelper.GetExpression method
+An attempt to call the BindingOperations.GetBindingExpression method in .NET 7.0 leads to NullReferenceException (Issue 7205)[https://github.com/dotnet/wpf/issues/7205].
+
+Currently no workaround is available. If your application is using the above API, then we recommend you wait for the upcoming servicing release post GA.
+