.Net MAU sample test – .NET MAUI Check Tool

Published Aug 7, 2021 | Updated Sep 17, 2022 | 0 comments

Sample github : dotnet/maui-samples: .NET 6 preview samples. Not for production use. The main branch tracks the current preview release, and develop tracks the upcoming preview. (github.com)

Visual Studio 2022 preview (Visual Studio 2022 미리 보기 (microsoft.com)) 설치


sample 소스 열기 전에 .NET MAUI Check Tool 활용
처음에 버전을 지정하지 않아 최신버전이 설치되는 바람에 지웠다가 다시 0.6.1 버전으로 설치


WebView2 (https://developer.microsoft.com/en-us/microsoft-edge/webview2) 설치

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

새로운 크로스 플랫폼 PowerShell 사용 https://aka.ms/pscore6

PS C:\Users\Administrator> dotnet tool update -g redth.net.maui.check

.NET 6.0을(를) 시작합니다.
---------------------
SDK 버전: 6.0.100-preview.6.21355.2

원격 분석
---------
.NET 도구는 사용자 환경 개선을 위해 사용량 현황 데이터를 수집합니다. Microsoft에서 데이터를 수집하여 커뮤니티와 공유합니다. 원하는 셸을 사용하여 DOTNET_CLI_TELEMETRY_OPTOUT 환경 변수를 '1' 또는 'true'로 설정하여 원격 분석을 옵트아웃할 수 있습니다.

.NET CLI 도구 원격 분석에 대한 자세한 내용은 https://aka.ms/dotnet-cli-telemetry를 참조하세요.

----------------
ASP.NET Core HTTPS 개발 인증서를 설치했습니다.
인증서를 신뢰하려면 'dotnet dev-certs https --trust'를 실행합니다(Windows 및 macOS만).
HTTPS에 대한 자세한 정보: https://aka.ms/dotnet-https
----------------
첫 번째 앱 작성: https://aka.ms/dotnet-hello-world
새로운 기능 확인: https://aka.ms/dotnet-whats-new
설명서 살펴보기: https://aka.ms/dotnet-docs
GitHub에서 문제 보고 및 소스 찾기: https://github.com/dotnet/core
사용 가능한 명령을 보려면 'dotnet --help'를 사용하거나 https://aka.ms/dotnet-cli를 방문하세요.
--------------------------------------------------------------------------------------
다음 명령을 사용하여 도구를 호출할 수 있습니다. maui-check
'redth.net.maui.check' 도구('0.7.2' 버전)가 설치되었습니다.
PS C:\Users\Administrator> maui-check
      _   _   _____   _____     __  __      _      _   _   ___
     | \ | | | ____| |_   _|   |  \/  |    / \    | | | | |_ _|
     |  \| | |  _|     | |     | |\/| |   / _ \   | | | |  | |
  _  | |\  | | |___    | |     | |  | |  / ___ \  | |_| |  | |
 (_) |_| \_| |_____|   |_|     |_|  |_| /_/   \_\  \___/  |___|

¤ .NET MAUI Check v0.7.2.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...
× This version of the tool is incompatible with installing an older version of .NET 6

Press enter to exit...

PS C:\Users\Administrator> dotnet tool help
필수 명령을 제공하지 않았습니다.
인식할 수 없는 명령 또는 인수 'help'

PS C:\Users\Administrator> dotnet help
.NET SDK (6.0.100-preview.6.21355.2)
사용법: dotnet [runtime-options] [path-to-application] [arguments]

.NET 애플리케이션을 실행합니다.

runtime-options:
  --additionalprobingpath <path>   프로브할 프로빙 정책 및 어셈블리를 포함하는 경로입니다.
  --additional-deps <path>         추가 deps.json 파일의 경로입니다.
  --depsfile                       <application>.deps.json 파일의 경로입니다.
  --fx-version <version>           애플리케이션을 실행하는 데 사용할 설치된 공유 프레임워크의 버전입니다.
  --roll-forward <setting>         프레임워크 버전(LatestPatch, Minor, LatestMinor, Major, LatestMajor, Disable)으로 롤 포워드합니다.
  --runtimeconfig                  <application>.runtimeconfig.json 파일의 경로입니다.

path-to-application:
  실행할 애플리케이션 .dll 파일의 경로입니다.

사용법: dotnet [sdk-options] [command] [command-options] [arguments]

.NET SDK 명령을 실행합니다.

sdk-options:
  -d|--diagnostics  진단 출력을 사용합니다.
  -h|--help         명령줄 도움말을 표시합니다.
  --info            .NET 정보를 표시합니다.
  --list-runtimes   설치된 런타임을 표시합니다.
  --list-sdks       설치된 SDK를 표시합니다.
  --version         사용 중인 .NET SDK 버전을 표시합니다.

SDK 명령:
  add               .NET 프로젝트에 패키지 또는 참조를 추가합니다.
  build             .NET 프로젝트를 빌드합니다.
  build-server      빌드에 의해 서버와 상호 작용이 시작되었습니다.
  clean             .NET 프로젝트의 빌드 출력을 정리합니다.
  help              명령줄 도움말을 표시합니다.
  list              .NET 프로젝트의 프로젝트 참조를 나열합니다.
  msbuild           Microsoft Build Engine(MSBuild) 명령을 실행합니다.
  new               새 .NET 프로젝트 또는 파일을 만듭니다.
  nuget             추가 NuGet 명령을 제공합니다.
  pack              NuGet 패키지를 만듭니다.
  publish           배포에 대해 .NET 프로젝트를 게시합니다.
  remove            .NET 프로젝트에서 패키지 또는 참조를 제거합니다.
  restore           .NET 프로젝트에 지정된 종속성을 복원합니다.
  run               .NET 프로젝트 출력을 빌드하고 실행합니다.
  sdk               Manage .NET SDK installation.
  sln               Visual Studio 솔루션 파일을 수정합니다.
  store             지정된 어셈블리를 런타임 패키지 저장소에 저장합니다.
  test              .NET 프로젝트에 지정된 Test Runner를 사용하여 단위 테스트를 실행합니다.
  tool              .NET 환경을 확장하는 도구를 설치하거나 관리합니다.
  vstest            Microsoft Test Engine(VSTest) 명령을 실행합니다.

번들 도구의 추가 명령:
  dev-certs         개발 인증서를 만들고 관리합니다.
  fsi               F# Interactive를 시작하고 F# 스크립트를 실행합니다.
  sql-cache         SQL Server 캐시 명령줄 도구입니다.
  user-secrets      개발 사용자 비밀을 관리합니다.
  watch             파일이 변경되면 명령을 실행하는 파일 감시자를 시작합니다.

명령에 대한 자세한 정보를 보려면 'dotnet [명령] --help'를 실행합니다.
PS C:\Users\Administrator> dotnet tool --help
tool
  .NET 환경을 확장하는 도구를 설치하거나 도구로 작업합니다.

Usage:
  dotnet [options] tool [command]

Options:
  -?, -h, --help  Show help and usage information

Commands:
  install <PACKAGE_ID>    전역 또는 로컬 도구를 설치합니다. 로컬 도구는 매니페스트에 추가되고 복원됩니다.
  uninstall <PACKAGE_ID>  전역 도구 또는 로컬 도구를 제거합니다.
  update <PACKAGE_ID>     전역 도구를 업데이트합니다.
  list                    전역으로 또는 로컬로 설치된 도구를 나열합니다.
  run <COMMAND_NAME>      로컬 도구를 실행합니다.
  search <검색어>            nuget.org에서 dotnet 도구 검색
  restore                 로컬 도구 매니페스트에 정의된 도구를 복원합니다.


PS C:\Users\Administrator> dotnet tool uninstall -g redth.net.maui.check
도구 'redth.net.maui.check'(버전 '0.7.2')을(를) 제거했습니다.
PS C:\Users\Administrator> dotnet tool update -g redth.net.maui.check --version 0.6.1
다음 명령을 사용하여 도구를 호출할 수 있습니다. maui-check
'redth.net.maui.check' 도구('0.6.1' 버전)가 설치되었습니다.
PS C:\Users\Administrator> maui-check
      _   _   _____   _____     __  __      _      _   _   ___
     | \ | | | ____| |_   _|   |  \/  |    / \    | | | | |_ _|
     |  \| | |  _|     | |     | |\/| |   / _ \   | | | |  | |
  _  | |\  | | |___    | |     | |  | |  / ___ \  | |_| |  | |
 (_) |_| \_| |_____|   |_|     |_|  |_| /_/   \_\  \___/  |___|

¤ .NET MAUI Check v0.6.1.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

? OpenJDK 11.0 Checkup...
  ? 1.8.0-25 (C:\Program Files\Android\Jdk\microsoft_dist_openjdk_1.8.0.25)

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
¤ Recommendation: Install OpenJDK11
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

! Attempt to fix? [y/n] (y): y
≫ Attempting to fix: OpenJDK 11.0
  Installing Download and Install Microsoft OpenJDK 11...
  Installed Download and Install Microsoft OpenJDK 11.
Fix applied.  Checking again...

? OpenJDK 11.0 Checkup...
  ? 11.0.10 (C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot\bin\..)
  ? Set Environemnt Variable: JAVA_HOME=C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot
  ? 1.8.0-25 (C:\Program Files\Android\Jdk\microsoft_dist_openjdk_1.8.0.25)

? Visual Studio 17.0.0-pre.2.0 Checkup...
  ? 17.0.0-pre.2.1 - C:\Program Files\Microsoft Visual Studio\2022\Preview
  ? 16.10.4

? Android SDK Checkup...
  ? emulator (30.1.5)
  × build-tools;30.0.2 (30.0.2) missing.
  ? platforms;android-30 (3)
  × system-images;android-30;google_apis;x86 (9) missing.
  ? platform-tools (30.0.4)

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
¤ Recommendation: Install or Update Android SDK packages
Your Android SDK has missing or outdated packages.
You can use the Android SDK Manager to install / update them.
For more information see: https://aka.ms/dotnet-androidsdk-help
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

! Attempt to fix? [y/n] (y): y
≫ Attempting to fix: Android SDK
  ? Downloading
https://dl.google.com/android/repository/efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloading https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip ...
  ? Downloading https://dl.google.com/android/repository/emulator-windows_x64-7491168.zip ...
  ? Downloading https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip ...
  ? Downloading https://dl.google.com/android/repository/sys-img/google_apis/x86-30_r09.zip ...
  ? Downloaded 10% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 20% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 10% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 30% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 40% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 50% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 20% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 60% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 70% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 80% of platform-tools_r31.0.3-windows.zip ...
  ? Downloaded 30% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 90% of platform-tools_r31.0.3-windows.zip ...
  ? Wrote 'https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip' to
'C:\Users\Administrator\AppData\Local\Temp\tmp113B.tmp'.
  ? Downloaded 40% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 50% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 60% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 70% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 80% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Downloaded 90% of efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip ...
  ? Wrote
'https://dl.google.com/android/repository/efbaa277338195608aa4e3dbd43927e97f60218c.build-tools_r30.0.2-windows.zip' to
'C:\Users\Administrator\AppData\Local\Temp\tmp1119.tmp'.
  ? Downloaded 10% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 10% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 20% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 20% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 30% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 30% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 40% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 40% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 50% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 10% of x86-30_r09.zip ...
  ? Downloaded 60% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 50% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 70% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 60% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 80% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 70% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 90% of sdk-tools-windows-4333796.zip ...
  ? Downloaded 20% of x86-30_r09.zip ...
  ? Wrote 'https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip' to
'C:\Users\Administrator\AppData\Local\Temp\tmp142A.tmp'.
  ? Downloaded 80% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 90% of emulator-windows_x64-7491168.zip ...
  ? Downloaded 30% of x86-30_r09.zip ...
  ? Wrote 'https://dl.google.com/android/repository/emulator-windows_x64-7491168.zip' to
'C:\Users\Administrator\AppData\Local\Temp\tmp1129.tmp'.
  ? Downloaded 40% of x86-30_r09.zip ...
  ? Downloaded 50% of x86-30_r09.zip ...
  ? Downloaded 60% of x86-30_r09.zip ...
  ? Downloaded 70% of x86-30_r09.zip ...
  ? Downloaded 80% of x86-30_r09.zip ...
  ? Downloaded 90% of x86-30_r09.zip ...
  ? Wrote 'https://dl.google.com/android/repository/sys-img/google_apis/x86-30_r09.zip' to
'C:\Users\Administrator\AppData\Local\Temp\tmp112A.tmp'.
Fix applied.  Checking again...

? Android SDK Checkup...
  ? emulator (30.7.5)
  ? build-tools;30.0.2 (30.0.2)
  ? platforms;android-30 (3)
  ? system-images;android-30;google_apis;x86 (9)
  ? platform-tools (31.0.3)

? Android Emulator Checkup...
  ? Emulator: pixel_xl_pie_9_0_-_api_28 found.

? .NET SDK Checkup...
  ? 2.1.816 - C:\Program Files\dotnet\sdk\2.1.816
  ? 3.1.411 - C:\Program Files\dotnet\sdk\3.1.411
  ? 5.0.205 - C:\Program Files\dotnet\sdk\5.0.205
  ? 5.0.302 - C:\Program Files\dotnet\sdk\5.0.302
  ? 6.0.100-preview.6.21355.2 - C:\Program Files\dotnet\sdk\6.0.100-preview.6.21355.2

? .NET SDK - Workload Deduplication Checkup...

? Edge WebView2 Checkup...

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
¤ Recommendation: Download Edge WebView2 from https://developer.microsoft.com/microsoft-edge/webview2/
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


? .NET SDK - Workloads (6.0.100-preview.6.21355.2) Checkup...
  × microsoft-android-sdk-full (Microsoft.NET.Sdk.Android.Manifest-6.0.100 : 30.0.100-preview.6.62) not installed.
  × microsoft-ios-sdk-full (Microsoft.NET.Sdk.iOS.Manifest-6.0.100 : 15.0.100-preview.6.63) not installed.
  × microsoft-maccatalyst-sdk-full (Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.100 : 15.0.100-preview.6.63) not
installed.
  × microsoft-tvos-sdk-full (Microsoft.NET.Sdk.tvOS.Manifest-6.0.100 : 15.0.100-preview.6.63) not installed.
  × microsoft-macos-sdk-full (Microsoft.NET.Sdk.macOS.Manifest-6.0.100 : 12.0.100-preview.6.63) not installed.
  × maui (Microsoft.NET.Sdk.Maui.Manifest-6.0.100 : 6.0.100-preview.6.1003) not installed.
  ? microsoft-net-runtime-android (microsoft.net.workload.mono.toolchain.manifest-6.0.100 : 6.0.0-preview.6.21352.12)
installed.

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
¤ Recommendation: Install Missing SDK Workloads
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

! Attempt to fix? [y/n] (y): y
≫ Attempting to fix: .NET SDK - Workloads (6.0.100-preview.6.21355.2)
  Installing Workload: microsoft-android-sdk-full...
  Uninstalling previous template versions...
  Installed Workload: microsoft-android-sdk-full.
Fix applied.  Checking again...
≫ Attempting to fix: .NET SDK - Workloads (6.0.100-preview.6.21355.2)
  Installing Workload: microsoft-ios-sdk-full...
  Uninstalling previous template versions...
  Installed Workload: microsoft-ios-sdk-full.
Fix applied.  Checking again...
≫ Attempting to fix: .NET SDK - Workloads (6.0.100-preview.6.21355.2)
  Installing Workload: microsoft-maccatalyst-sdk-full...
  Uninstalling previous template versions...
  Installed Workload: microsoft-maccatalyst-sdk-full.
Fix applied.  Checking again...
≫ Attempting to fix: .NET SDK - Workloads (6.0.100-preview.6.21355.2)
  Installing Workload: microsoft-tvos-sdk-full...
  Uninstalling previous template versions...
  Installed Workload: microsoft-tvos-sdk-full.
Fix applied.  Checking again...
≫ Attempting to fix: .NET SDK - Workloads (6.0.100-preview.6.21355.2)
  Installing Workload: microsoft-macos-sdk-full...
  Uninstalling previous template versions...
  Installed Workload: microsoft-macos-sdk-full.
Fix applied.  Checking again...
≫ Attempting to fix: .NET SDK - Workloads (6.0.100-preview.6.21355.2)
  Installing Workload: maui...
  Uninstalling previous template versions...
  Installed Workload: maui.
Fix applied.  Checking again...

? .NET SDK - Workloads (6.0.100-preview.6.21355.2) Checkup...
  ? microsoft-android-sdk-full (Microsoft.NET.Sdk.Android.Manifest-6.0.100 : 30.0.100-preview.6.62) installed.
  ? microsoft-ios-sdk-full (Microsoft.NET.Sdk.iOS.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-maccatalyst-sdk-full (Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-tvos-sdk-full (Microsoft.NET.Sdk.tvOS.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-macos-sdk-full (Microsoft.NET.Sdk.macOS.Manifest-6.0.100 : 12.0.100-preview.6.63) installed.
  ? maui (Microsoft.NET.Sdk.Maui.Manifest-6.0.100 : 6.0.100-preview.6.1003) installed.
  ? microsoft-net-runtime-android (microsoft.net.workload.mono.toolchain.manifest-6.0.100 : 6.0.0-preview.6.21352.12)
installed.
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


! There were one or more problems detected.
Please review the errors and correct them and run maui-check again.

Press enter to exit...

PS C:\Users\Administrator> maui-check
      _   _   _____   _____     __  __      _      _   _   ___
     | \ | | | ____| |_   _|   |  \/  |    / \    | | | | |_ _|
     |  \| | |  _|     | |     | |\/| |   / _ \   | | | |  | |
  _  | |\  | | |___    | |     | |  | |  / ___ \  | |_| |  | |
 (_) |_| \_| |_____|   |_|     |_|  |_| /_/   \_\  \___/  |___|

¤ .NET MAUI Check v0.6.1.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

? OpenJDK 11.0 Checkup...
  ? 11.0.10 (C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot\bin\..)
  ? Set Environemnt Variable: JAVA_HOME=C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot
  ? 1.8.0-25 (C:\Program Files\Android\Jdk\microsoft_dist_openjdk_1.8.0.25)

? Visual Studio 17.0.0-pre.2.0 Checkup...
  ? 17.0.0-pre.2.1 - C:\Program Files\Microsoft Visual Studio\2022\Preview
  ? 16.10.4

? Android SDK Checkup...
  ? emulator (30.7.5)
  ? build-tools;30.0.2 (30.0.2)
  ? platforms;android-30 (3)
  ? system-images;android-30;google_apis;x86 (9)
  ? platform-tools (31.0.3)

? Android Emulator Checkup...
  ? Emulator: pixel_xl_pie_9_0_-_api_28 found.

? .NET SDK Checkup...
  ? 2.1.816 - C:\Program Files\dotnet\sdk\2.1.816
  ? 3.1.411 - C:\Program Files\dotnet\sdk\3.1.411
  ? 5.0.205 - C:\Program Files\dotnet\sdk\5.0.205
  ? 5.0.302 - C:\Program Files\dotnet\sdk\5.0.302
  ? 6.0.100-preview.6.21355.2 - C:\Program Files\dotnet\sdk\6.0.100-preview.6.21355.2

? .NET SDK - Workload Deduplication Checkup...

? Edge WebView2 Checkup...

────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
¤ Recommendation: Download Edge WebView2 from https://developer.microsoft.com/microsoft-edge/webview2/
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


? .NET SDK - Workloads (6.0.100-preview.6.21355.2) Checkup...
  ? microsoft-android-sdk-full (Microsoft.NET.Sdk.Android.Manifest-6.0.100 : 30.0.100-preview.6.62) installed.
  ? microsoft-ios-sdk-full (Microsoft.NET.Sdk.iOS.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-maccatalyst-sdk-full (Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-tvos-sdk-full (Microsoft.NET.Sdk.tvOS.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-macos-sdk-full (Microsoft.NET.Sdk.macOS.Manifest-6.0.100 : 12.0.100-preview.6.63) installed.
  ? maui (Microsoft.NET.Sdk.Maui.Manifest-6.0.100 : 6.0.100-preview.6.1003) installed.
  ? microsoft-net-runtime-android (microsoft.net.workload.mono.toolchain.manifest-6.0.100 : 6.0.0-preview.6.21352.12)
installed.
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


! There were one or more problems detected.
Please review the errors and correct them and run maui-check again.

Press enter to exit...

PS C:\Users\Administrator> maui-check
      _   _   _____   _____     __  __      _      _   _   ___
     | \ | | | ____| |_   _|   |  \/  |    / \    | | | | |_ _|
     |  \| | |  _|     | |     | |\/| |   / _ \   | | | |  | |
  _  | |\  | | |___    | |     | |  | |  / ___ \  | |_| |  | |
 (_) |_| \_| |_____|   |_|     |_|  |_| /_/   \_\  \___/  |___|

¤ .NET MAUI Check v0.6.1.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

? OpenJDK 11.0 Checkup...
  ? 11.0.10 (C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot\bin\..)
  ? Set Environemnt Variable: JAVA_HOME=C:\Program Files\Microsoft\jdk-11.0.10.9-hotspot
  ? 1.8.0-25 (C:\Program Files\Android\Jdk\microsoft_dist_openjdk_1.8.0.25)

? Visual Studio 17.0.0-pre.2.0 Checkup...
  ? 17.0.0-pre.2.1 - C:\Program Files\Microsoft Visual Studio\2022\Preview
  ? 16.10.4

? Android SDK Checkup...
  ? emulator (30.7.5)
  ? build-tools;30.0.2 (30.0.2)
  ? platforms;android-30 (3)
  ? system-images;android-30;google_apis;x86 (9)
  ? platform-tools (31.0.3)

? Android Emulator Checkup...
  ? Emulator: pixel_xl_pie_9_0_-_api_28 found.

? .NET SDK Checkup...
  ? 2.1.816 - C:\Program Files\dotnet\sdk\2.1.816
  ? 3.1.411 - C:\Program Files\dotnet\sdk\3.1.411
  ? 5.0.205 - C:\Program Files\dotnet\sdk\5.0.205
  ? 5.0.302 - C:\Program Files\dotnet\sdk\5.0.302
  ? 6.0.100-preview.6.21355.2 - C:\Program Files\dotnet\sdk\6.0.100-preview.6.21355.2

? .NET SDK - Workload Deduplication Checkup...

? Edge WebView2 Checkup...
  ? Found Edge WebView2 version 92.0.902.67

? .NET SDK - Workloads (6.0.100-preview.6.21355.2) Checkup...
  ? microsoft-android-sdk-full (Microsoft.NET.Sdk.Android.Manifest-6.0.100 : 30.0.100-preview.6.62) installed.
  ? microsoft-ios-sdk-full (Microsoft.NET.Sdk.iOS.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-maccatalyst-sdk-full (Microsoft.NET.Sdk.MacCatalyst.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-tvos-sdk-full (Microsoft.NET.Sdk.tvOS.Manifest-6.0.100 : 15.0.100-preview.6.63) installed.
  ? microsoft-macos-sdk-full (Microsoft.NET.Sdk.macOS.Manifest-6.0.100 : 12.0.100-preview.6.63) installed.
  ? maui (Microsoft.NET.Sdk.Maui.Manifest-6.0.100 : 6.0.100-preview.6.1003) installed.
  ? microsoft-net-runtime-android (microsoft.net.workload.mono.toolchain.manifest-6.0.100 : 6.0.0-preview.6.21352.12)
installed.
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

? Congratulations, everything looks great!

Press enter to exit...

PS C:\Users\Administrator>

TAG INFORMATION

Learn more on this topic

Related Blog Posts

Join in the conversation

Leave a Comment

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

무료 온라인 전광판

전광판

텍스트를 입력하고 텍스트 효과 및 배경효과 를 변경해서 전체화면으로 표시할 수 있는 전광판 용도로 사용하실 수 있습니다. 각종 스포츠 및 공연 관람시 응원 용도로 사용이 가능합니다.

Carousel

여러개의 슬라이드를 추가하여 프레젠테이션 및 이미지 슬라이드 용도로 사용하실 수 있습니다. 브라우저가 포함된 IT 기기로 큰 모니터에 연결하여 매장 내 공지사항 및 메뉴소개를 이미지로 표시할 수 있습니다.

Pin It on Pinterest

Shares
Share This

Share This

Share this post with your friends!

Shares