Hi,
I am setting my dev environment to start testing the .NET MAUI in .NET 6 Preview 5 (June 2021), however, I can't finish the initial setup via maui-check, here is the complete log for you to check (issue highlighted at the end):
¤ .NET MAUI Check v0.5.6.0 ¤
────────────────────────────────────────────────────────────────────────────────
This tool will attempt to evaluate your .NET MAUI development environment.
If problems are detected, this tool may offer the option to try and fix them for
you, or suggest a way to fix them yourself.
Thanks for choosing .NET MAUI!
────────────────────────────────────────────────────────────────────────────────
» Synchronizing configuration... ok
» Scheduling appointments... ok
Hi, I am setting my dev environment to start testing the .NET MAUI in .NET 6 Preview 5 (June 2021), however, I can't finish the initial setup via maui-check, here is the complete log for you to check (issue highlighted at the end):
`PM> maui-check
_ | |\ | | | | | | | | | / \ | || | | |
() || _| |____| || || || // _\ ___/ |___|
¤ .NET MAUI Check v0.5.6.0 ¤ ──────────────────────────────────────────────────────────────────────────────── This tool will attempt to evaluate your .NET MAUI development environment. If problems are detected, this tool may offer the option to try and fix them for you, or suggest a way to fix them yourself.
Thanks for choosing .NET MAUI! ──────────────────────────────────────────────────────────────────────────────── » Synchronizing configuration... ok » Scheduling appointments... ok
> .NET SDK - Workloads (6.0.100-preview.5.21302.13) Checkup... × microsoft-android-sdk-full (Microsoft.NET.Sdk.Android.Manifest-6.0.100 : 30.0.100-preview.5.28) not installed. × microsoft-ios-sdk-full (Microsoft.NET.Sdk.iOS.Manifest-6.0.100 : 14.5.100-preview.5.894) not installed. × microsoft-maccatalyst-sdk-full (Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.100 : 14.5.100-preview.5.894) not installed. × microsoft-tvos-sdk-full (Microsoft.NET.Sdk.tvOS.Manifest-6.0.100 : 14.5.100-preview.5.894) not installed. × microsoft-macos-sdk-full (Microsoft.NET.Sdk.macOS.Manifest-6.0.100 : 11.3.100-preview.5.894) not installed.
──────────────────────────────────────────────────────────────────────────────── ¤ Recommendation: Install Missing SDK Workloads ────────────────────────────────────────────────────────────────────────────────
! Attempt to fix? [y/n] (y): Error: Cannot read input from a TTY console.`
it does not allow me to install those sdks via maui and so far I haven't found any official Microsoft installer.
Any help would be highly appreciated?
Regards