BindingExpressionBase.UpdateNotifyDataErrorValidationErrors throws NullReferenceException #10150
Labels
Investigate
Requires further investigation by the WPF team.
📭 waiting-author-feedback
To request more information from author.
Needs minimal repro project
Description
Targeting
.NET 6
. This happened twice, but I have no reliable way to reproduce it.Reproduction Steps
No way to reproduce it. You will have to perform some static analysis...
Expected behavior
We should not get a
NullReferenceException
for each item in the rendered items control.Actual behavior
A
NullReferenceException
is thrown for each item in our bound list.Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
We are using BindingOperations.EnableCollectionSynchronization() on our custom
ObservableCollection
, if that matters. (This code has been in production for several years, and we never encountere this prior to.NET Core
migration.)The text was updated successfully, but these errors were encountered: