ManagedShell
ManagedShell copied to clipboard
Instantiating ShellManager throws NullReferenceException
I've tested this with Windows Forms on .NET 8 and 6.
To reproduce, simply create ShellManager using new ShellManager(); It doesn't matter if you assign it to a variable or not, it will always throw the error.
Full stack trace: ManagedShell.ShellManager.ShellManager() ManagedShell.AppBar.FullScreenHelper()
Right now ManagedShell supports WPF applications. However, you should be able to use WinForms within a WPF app and get the best of both worlds.