loho

Results 2 comments of loho

I'm running into this issue still, after executing the xcode-select command. Full maui-check Log [Full maui-check Log.txt](https://github.com/Redth/dotnet-maui-check/files/8192550/Full.maui-check.Log.txt)

type IsUnion = [T] extends [never] ? false : T extends B ? [B] extends [T] ? false : true : never;