On Mon Jul 3 10:00:31 2023 +0000, Rémi Bernon wrote:
Nitpick but you could probably already add:
[contract(Windows.Foundation.UniversalApiContract, 6.0)] interface Windows.Devices.Bluetooth.IBluetoothAdapter2; [contract(Windows.Foundation.UniversalApiContract, 10.0)] interface Windows.Devices.Bluetooth.IBluetoothAdapter3;
So that the class definition is complete. It doesn't even need forward declarations but you can add them too if you want, just not the interface definitions.
Sure, added.