When I try to open the devtools I get this:
System.MissingMethodException: 'Method not found: 'System.String Microsoft.Toolkit.Uwp.Helpers.SystemInformation.get_ApplicationName()'.'
My project is using the latest version of Microsoft.Toolkit.Uwp (v7.0.1). If I go back to v6.1.1 it gets further, but then I have to also roll back System.Reactive from v5.0.0 to v4.4.1. With all of them on old versions, it works.
Also, I don't know if it's avoidable, but adding the devtools forces me to increase my minimum supported windows version to 18362 (I'd rather it be 17763).