I am trying to use correct practices and avoid HACKS in a new .net 6.0 WPF application.
I need a FolderBrowserDialog. There is one in System.Windows.Forms, but by default .net 6 doesn't let you use that. There are workarounds that I've found on Stack Overflow, but I'm just wondering is there a standard FolderBrowserDialog equivalent for .net 6?