You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following exception occured on a customer machine:
LayoutAnchorableFloatingWindowControl OnClosed: First Chance Exception: System.NullReferenceException:
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei AvalonDock.Controls.LayoutAnchorableFloatingWindowControl.OnClosed(EventArgs e)
bei System.Windows.Window.WmDestroy()
I don't have enough information which variable could be null perhaps _model or Manager?
I can create a pull request with nullchecks or null-conditional member access but I don't like these in my own code if I'm sure that these can never be null.
So I though I ask first which variable could be null and which style you do prefer (null Check or null-conditional member access)
The text was updated successfully, but these errors were encountered:
bbuerger
added a commit
to bbuerger/AvalonDock
that referenced
this issue
Aug 31, 2023
The following exception occured on a customer machine:
LayoutAnchorableFloatingWindowControl OnClosed: First Chance Exception: System.NullReferenceException:
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei AvalonDock.Controls.LayoutAnchorableFloatingWindowControl.OnClosed(EventArgs e)
bei System.Windows.Window.WmDestroy()
I don't have enough information which variable could be null perhaps _model or Manager?
I can create a pull request with nullchecks or null-conditional member access but I don't like these in my own code if I'm sure that these can never be null.
So I though I ask first which variable could be null and which style you do prefer (null Check or null-conditional member access)
The text was updated successfully, but these errors were encountered: