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:
authorPankaj Chaurasia <105205215+pchaurasia14@users.noreply.github.com>2022-11-01 20:07:36 +0300
committerGitHub <noreply@github.com>2022-11-01 20:07:36 +0300
commit44904a39a7196a5c5d8aec75c0347fd9629bfde1 (patch)
tree0b5742e7fc3982048a9b8a6568d46436f320ce32
parente6ea49ea099f6a0a95ab4e0ab9079b22b0c03c4d (diff)
parente34f92aa5bee63a2c5b42c7af3b9e7196810f2f3 (diff)
Merge pull request #7908 from Kuldeep-MS/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 54298525..920cd7b3 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -201,3 +201,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.
+