From e34f92aa5bee63a2c5b42c7af3b9e7196810f2f3 Mon Sep 17 00:00:00 2001 From: kuldeep-MS Date: Fri, 28 Oct 2022 17:21:16 +0530 Subject: doc(known-issues): adding known-issue for WPF --- release-notes/7.0/known-issues.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + -- cgit v1.2.3