We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object reference not set to an instance of an object.
at ManagedShell.AppBar.FullScreenHelper.ResetScreenCache() in ManagedShell.AppBar\FullScreenHelper.cs:line 129 at ManagedShell.AppBar.FullScreenHelper.NotifyScreensChanged() in ManagedShell.AppBar\FullScreenHelper.cs:line 134 at ManagedShell.AppBar.AppBarWindow.SetScreenProperties(ScreenSetupReason reason) in ManagedShell.AppBar\AppBarWindow.cs:line 634 at ManagedShell.AppBar.AppBarWindow.ProcessScreenChange(ScreenSetupReason reason) in ManagedShell.AppBar\AppBarWindow.cs:line 534 at ManagedShell.AppBar.AppBarWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) in ManagedShell.AppBar\AppBarWindow.cs:line 456 at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
The text was updated successfully, but these errors were encountered:
Error reproduced only in .net 8
Sorry, something went wrong.
No branches or pull requests
Object reference not set to an instance of an object.
at ManagedShell.AppBar.FullScreenHelper.ResetScreenCache() in ManagedShell.AppBar\FullScreenHelper.cs:line 129
at ManagedShell.AppBar.FullScreenHelper.NotifyScreensChanged() in ManagedShell.AppBar\FullScreenHelper.cs:line 134
at ManagedShell.AppBar.AppBarWindow.SetScreenProperties(ScreenSetupReason reason) in ManagedShell.AppBar\AppBarWindow.cs:line 634
at ManagedShell.AppBar.AppBarWindow.ProcessScreenChange(ScreenSetupReason reason) in ManagedShell.AppBar\AppBarWindow.cs:line 534
at ManagedShell.AppBar.AppBarWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) in ManagedShell.AppBar\AppBarWindow.cs:line 456
at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
The text was updated successfully, but these errors were encountered: