XAML in Xamarin.Forms 基礎篇 電子書

XAML in Xamarin.Forms 基礎篇 電子書
XAML in Xamarin.Forms 基礎篇 電子書

Xamarin.Forms 快速入門 電子書

Xamarin.Forms 快速入門 電子書
Xamarin.Forms 快速入門 電子書

2017/03/20

第一次安裝 Visual Studio 2017 到新的作業系統上

由於 Visual Studio 2017 的安裝過程有持續更新,因此,若想要知道最新的 Visual Studio 2017 for Xamarin 的安裝過程,可以參考 2018 Q2 最新文章 Visual Studio 2017 for Xamarin 開發環境之安裝與設定說明 (2018 Q2 版本)

Visual Studio 2017 於 03/07 正式推出了,不過,這幾天都忙於 Xamarin 的授課,因此,還沒有安裝與使用過 VS2017 正式版的相關功能。
今天,我準備了一台新的作業系統環境,安裝了 VS2017 正式版,並且確認當要您想要一個可以用於 Xamarin.Forms 的開發環境,究竟要勾選那些安裝選項。
我這裡的 Xamarin 開發環境,需要能夠同時針對 Android / iOS / UWP 這三個平台,使用模擬器來進行開發,因此,所要準備的開發設定,將會同時具備這樣的開發能力。

更多關於 Xamarin 跨平台行動開發的相關資訊,可以參考這份 2018年新增的 Xamarin / Xamarin.Forms 行動跨平台 Mobile Cross-Platform 開發學習指引問答集 FAQ 綜合說明文件。

了解更多關於 [Xamarin.Android] 的使用方式
了解更多關於 [Xamarin.iOS] 的使用方式
了解更多關於 [Xamarin.Forms] 的使用方式
了解更多關於 [Hello, Android:快速入門] 的使用方式
了解更多關於 [Hello, iOS – 快速入門] 的使用方式
了解更多關於 [Xamarin.Forms 快速入門] 的使用方式

開始安裝

安裝 VS2017 相當的簡單與容易,下載安裝程式並且啟動之後,經過一段時間,就會出現如下圖的畫面,這個時候,請勾選:

工作負載

  • 通用 Windows 平台開發
    在 通用 Windows 平台開發 的右方,會有這個選項要安裝的明細項目,在這裡,我選擇了:
    • IntelliTrace
    • Windows 10 行動模擬器(Anniversary Edition)
    • Windows 10 SDK 10.0.10586.0
    • 架構與分析工具
  • 使用 .NET 進行行動開發
    在 使用 .NET 進行行動開發 的右方,會有這個選項要安裝的明細項目,在這裡,我選擇了:
    • Xamarin Workbooks
    • Xamarin Profiler
    • Xamarin Remoted Simulator
    • Android NDK (R138)
    • Java SE 開發套件 (8.0.920.14)
    • F# 支援
    • Windows 10 行動模擬器(Anniversary Edition)
    • 適用於 Xamarin 的通用 Windows 平台工具
    • 架構與分析工具
    在這裡,我取消了 Android SDK 安裝程式 (API 層級 23) / Google Android 模擬器 (API 層級 23) / Intel 硬體加入執行管理器(HAXM)

個別元件

當切換到個別元件,我選擇安裝了底下項目

.NET

  • NET 可攜式程式庫目標套件
  • .NET Framework 4.6.1 目標套件
  • .NET Framework 4.6.1 SDK
  • .NET Framework 4.6.2 目標套件
  • .NET Framework 4.6.2 SDK
  • .NET Native

偵錯和測試

  • 分析工具
  • IntelliTrace
  • JavaScript 診斷

程式碼工具

  • 即時相依性驗證
  • 靜態分析工具

開發活動

  • C# 與 Visual Basic
  • F# 語言支援
  • JavaScript 與 TypeScript 語言支援
  • Xamarin
  • Xamarin Profiler
  • Xamarin Remoted Simulator
  • Xamarin Workbooks

雲端、資料庫、伺服器

  • 資料來源與服務參考
  • SQL Server 的 CLR 資料類型
  • SQL Server Express 2016 LocalDB
  • SQL Server Native Client

遊戲開發套件

  • 影像與 3D 模型編輯器

模擬器

  • Android 版 Visual Studio 模擬器
  • Windows 10 行動模擬器 (Anniversary Edition)

編譯器、建置工具和執行階段

  • C# 與 Visual Basic Roslyn 編譯器

Code 工具

  • 程式碼複製品
  • ClickOnce發行
  • Code Map
  • Developer Analytics Tools
  • DGML 編譯器
  • Git for Windows
  • NuGet 封裝管理員
  • Visual Studio GitHub 擴充功能

SQL、程式庫和架構

  • Android NDK (R138)
  • Java SE開發套件 (8.0.920.14)
  • TypeScript 2.1 SDK
  • Windows SDK (10.0.10586.0)
  • Windows SDK (10.0.14393.0)

Android SDK 管理員 設定

Visual Studio 2017 安裝完成後,點選功能表 工具 > Android > Android SDK 管理員
將底下項目安裝到最新版本

Tools 區域

Android SDK tools / Android SDK Platform-toos / Android SDK Build tools (這個項目,僅需要安裝最新版本,其他舊版本可以選擇移除)

每個 Android 版本

接下來會看到每個 Android 支援版本的選項,在這裡建議僅需要安裝 Android 4.4 (API 19)以上的項目。
在每個 Android 版本內,僅需要安裝 SDK Platform 這個項目,而其他的內容,可以移除。

Extras

最後一個項目是 Extras,在這裡,您僅需要安裝 Android Support Repository / Google USB Driver 並且升級到最新版本

進行測試

請點選功能表 檔案 > 新增 > 專案
選擇 Cross-Platform > 跨平台應用程式(Xamarin.Forms或原生)
點選 確定 按鈕
選擇 空白應用程式 > UI 技術 Xamarin.Forms > 程式碼共用策略 可攜式類別庫
接著點選 OK 按鈕
等候 Visual Studio 2017 建立一個 Xamarin 開發用的專案
當出現 新的通用 Windows 專案 ,點選 確定 按鈕
分別設定 Android / iOS / UWP 成為 起始專案,並且建置與在模擬器上跑看看
若沒有遇到問題,則您的 Visual Studio 2017 for Xamarin 開發環境就已經完成了

了解更多關於 [Xamarin.Android] 的使用方式
了解更多關於 [Xamarin.iOS] 的使用方式
了解更多關於 [Xamarin.Forms] 的使用方式
了解更多關於 [Hello, Android:快速入門] 的使用方式
了解更多關於 [Hello, iOS – 快速入門] 的使用方式
了解更多關於 [Xamarin.Forms 快速入門] 的使用方式

關於 Xamarin 在台灣的學習技術資源

歡迎加入 Xamarin 實驗室 粉絲團,在這裡,將會經常性的貼出各種關於 Xamarin / Visual Studio / .NET 的相關消息、文章、技術開發等文件,讓您可以隨時掌握第一手的 Xamarin 方面消息。
歡迎加入 Xamarin.Forms @ Taiwan,這是台灣的 Xamarin User Group,若您有任何關於 Xamarin / Visual Studio / .NET 上的問題,都可以在這裡來與各方高手來進行討論、交流。
Xamarin 實驗室 部落格 是作者本身的部落格,這個部落格將會專注於 Xamarin 之跨平台 (Android / iOS / UWP) 方面的各類開技術探討、研究與分享的文章,最重要的是,它是全繁體中文。
Xamarin.Forms 系列課程 想要快速進入到 Xamarin.Forms 的開發領域,學會各種 Xamarin.Forms 跨平台開發技術,例如:MVVM、Prism、Data Binding、各種 頁面 Page / 版面配置 Layout / 控制項 Control 的用法等等,千萬不要錯過這些 Xamarin.Forms 課程

2017/03/08

Xamarin.Forms 彈出提示 Toast Notification

想要讓您的應用程式,可以顯示 Toast 快顯通知,需要安裝 Toasts.Forms.Plugin NuGet 套件

安裝彈出提示套件的問題

當您將這個套件,安裝到方案內的所有專案的時候,會出現底下錯誤訊息:
無法安裝封裝 'Toasts.Forms.Plugin 3.1.4'。您正嘗試將此封裝安裝到以 '.NETPortable,Version=v4.5,Profile=Profile259' 為目標的專案,但該封裝不包含任何與架構相容的組件參考或內容檔。如需詳細資訊,請連絡封裝作者
這是因為這個套件僅支援到 Profile111,而我們 PCL 專案,使用的 Profile259
因此,我們僅將把這個套件安裝到原生專案內。
底下為安裝成功的紀錄說明。
正在嘗試針對專案 'XFToast.Droid' 及目標 'MonoAndroid,Version=v7.1' 收集封裝 'Toasts.Forms.Plugin.3.1.4' 的相依性資訊
收集相依性資訊花費了 31.35 sec
嘗試解析具有 DependencyBehavior 'Lowest' 之封裝 'Toasts.Forms.Plugin.3.1.4' 的相依性
解析相依性資訊花費了 0 ms
正在解析安裝封裝 'Toasts.Forms.Plugin.3.1.4' 的動作
已解析安裝封裝 'Toasts.Forms.Plugin.3.1.4' 的動作


正在嘗試針對專案 'XFToast.iOS' 及目標 'Xamarin.iOS,Version=v1.0' 收集封裝 'Toasts.Forms.Plugin.3.1.4' 的相依性資訊
收集相依性資訊花費了 1.59 sec
嘗試解析具有 DependencyBehavior 'Lowest' 之封裝 'Toasts.Forms.Plugin.3.1.4' 的相依性
解析相依性資訊花費了 0 ms
正在解析安裝封裝 'Toasts.Forms.Plugin.3.1.4' 的動作
已解析安裝封裝 'Toasts.Forms.Plugin.3.1.4' 的動作
正在還原 'XFToast.UWP' 封裝。
正在還原 D:\Vulcan\GitBook\Temp\XFToast\XFToast\XFToast.UWP\project.json 的封裝...
已成功完成 'XFToast.UWP' 的封裝還原。
正在還原 'XFToast.UWP' 封裝。
正在還原 D:\Vulcan\GitBook\Temp\XFToast\XFToast\XFToast.UWP\project.json 的封裝...
已成功完成 'XFToast.UWP' 的封裝還原。
正在從 'nuget.org' 擷取封裝 'Toasts.Forms.Plugin 3.1.4'。
正在將封裝 'Toasts.Forms.Plugin.3.1.4' 加入資料夾 'D:\Vulcan\GitBook\Temp\XFToast\packages'
已將封裝 'Toasts.Forms.Plugin.3.1.4' 加入資料夾 'D:\Vulcan\GitBook\Temp\XFToast\packages'
已將封裝 'Toasts.Forms.Plugin.3.1.4' 加入 'packages.config'
已成功將 'Toasts.Forms.Plugin 3.1.4' 安裝到 XFToast.Droid
執行 NuGet 動作花費了 2.71 sec
在 'D:\Vulcan\GitBook\Temp\XFToast\packages' 中找到封裝 'Toasts.Forms.Plugin 3.1.4'。
封裝 'Toasts.Forms.Plugin.3.1.4' 已經存在於資料夾 'D:\Vulcan\GitBook\Temp\XFToast\packages'
已將封裝 'Toasts.Forms.Plugin.3.1.4' 加入 'packages.config'
已成功將 'Toasts.Forms.Plugin 3.1.4' 安裝到 XFToast.iOS
執行 NuGet 動作花費了 1.55 sec
Writing lock file to disk. Path: D:\Vulcan\GitBook\Temp\XFToast\XFToast\XFToast.UWP\project.lock.json
正在產生 MSBuild 檔案 XFToast.UWP.nuget.targets。
已成功將 'Toasts.Forms.Plugin 3.1.4' 安裝到 XFToast.UWP
========== 已完成 ==========
經過時間: 00:01:49.5479864
最後,我們需要透過相依性服務與訊息聚合器的幫助,做到從 PCL 專案內,通知原生專案,顯示出所需要的快顯通知。

2017/03/07

從Windows連線到Mac之問題除錯

當使用 Visual Studio 要開發 iOS App的時候,您的 Visual Studio 必須透過 SSH 連線到遠端的 Mac 電腦上,在這篇文章中,將會列出如何進行當 Visual Studio 無法連線到遠端 Mac 電腦上的 Xamarin Studio 的問題除錯方法。

Xamarin 皆要更新到最新版本

  • 請將您的 Windows 電腦上的 Visual Studio 裡面的 Xamarin 更新到最新版本
    功能表 工具 > 選項 > Xamarin > Other
  • 請將您的 Mac 電腦上的 Xamarin Studio & Xcode 也都更新到最新版本
    功能表 Xamarin Studio > Check for Update
請更新穩定版本 Stable 到最新版本,不要使用 Alpha / Beta 版本

Visual Studio 查看連線狀態

當您要進行 Xamarin Mac Agent 連線的時候,您可以切換到 Visual Studio 的 輸出視窗內的 Xamarin 項目,查看連項 log

系統上的 Log 檔案

請在 Visual Studio 點選功能表 說明 > Xamarin > 開啟紀錄
查看這裡面的 Logs 檔案,是否存在有任何錯誤訊息。

確認可以遠連登入到 Mac 電腦上

  • 確認有啟用與允許遠端登入
    系統偏好設定 > 共享 > 勾選 遠端登入 > 設定可以遠端登入的使用者
  • 檢查防火牆設定
    系統偏好設定 > 安全性與隱私 > 防火牆
    若在檢查問題的時候,建議可以先將防火牆關閉,減少問題檢查數量。
  • 確認您已經登入到 Mac 電腦上
    請登入到 Mac 電腦,並且試著開啟 Xamarin Studio / Xcode,看看能否正常啟動
  • 檢查您 Mac 電腦上的
    系統偏好設定 > 共享 > 遠端登入

在 Windows 電腦上來檢測

  • 使用 ping 確認 ICMP 通訊協定可以通
  • 使用 SSH 用戶端或程式,檢視是否可以遠端登入到 Mac 電腦上
    指明使用 SSH ( 22 Port )
    若是第一次連線過去,請確認有收到 Mac 電腦上的加密指紋 (fingerprint)
    輸入帳號與密碼,並且可以下來相關指令,來操作遠端 Mac 電腦
    若在這個階段發生問題,請在 Mac 電腦上,開啟終端機,輸入這個指令,確認可以進行本機的 SSH 連線與登入。

清除 Mac 電腦上的相關 IDB, Broker, Designer Agents

有些時候,從 Logs 檔案中看到一些 Installing / Uploading / Starting 的步驟中,發生一些問題,請執行底下步驟,刪除 Mac 電腦上的 Xamarin Mac Agent 檔案。
  • 在終端機中,輸入 open "$HOME/Library/Caches/Xamarin"
  • 刪除 XMA 的資料夾
  • 刪除 mtbs 的資料夾
  • 接著,中斷 Visual Studio 的 Xamarin Mac Agent 連線
  • 從新進行 Xamarin Mac Agent 連線
  • 此時,Visual Studio 會重新進行連線,並且更新 Mac 電腦上的相關檔案,詳細 Log 如下:
正在嘗試連線到 Mac 192.168.31.14...
正在啟動連接埠 52551 上的訊息代理程式 4.3.0.784...
已成功建立 Mac 192.168.31.14:52551 的連線
正在啟動 Mac 192.168.31.14 (192.168.31.14) 上的代理程式
正在啟動代理程式 IDB 4.3.0.784...
正在啟動代理程式 Build 4.3.0.784...
正在啟動代理程式 Designer 4.3.0.784...
代理程式 Build 4.3.0.784 正在執行
代理程式 IDB 4.3.0.784 正在執行
代理程式 Designer 4.3.0.784 正在執行
已連線到可提供完整支援的 Mac 192.168.31.14 (192.168.31.14)。
已中斷與 Mac 192.168.31.14 (192.168.31.14) 的連線
正在嘗試連線到 Mac 192.168.31.14...
正在安裝訊息代理程式 4.3.0.784...
正在上傳 Broker 4.3.0.784 (160/1592 KB) 10%...
正在上傳 Broker 4.3.0.784 (320/1592 KB) 20%...
正在上傳 Broker 4.3.0.784 (480/1592 KB) 30%...
正在上傳 Broker 4.3.0.784 (640/1592 KB) 40%...
正在上傳 Broker 4.3.0.784 (800/1592 KB) 50%...
正在上傳 Broker 4.3.0.784 (960/1592 KB) 60%...
正在上傳 Broker 4.3.0.784 (1120/1592 KB) 70%...
正在上傳 Broker 4.3.0.784 (1280/1592 KB) 80%...
正在上傳 Broker 4.3.0.784 (1440/1592 KB) 90%...
已上傳 Broker 4.3.0.784 100%
正在啟動連接埠 58651 上的訊息代理程式 4.3.0.784...
已成功建立 Mac 192.168.31.14:58651 的連線
正在啟動 Mac 192.168.31.14 (192.168.31.14) 上的代理程式
正在安裝代理程式 IDB 4.3.0.784...
正在上傳 IDB 4.3.0.784 (592/5775 KB) 10%...
正在安裝代理程式 Build 4.3.0.784...
正在上傳 IDB 4.3.0.784 (1168/5775 KB) 20%...
正在安裝代理程式 Designer 4.3.0.784...
正在上傳 Build 4.3.0.784 (192/1847 KB) 10%...
正在上傳 Build 4.3.0.784 (384/1847 KB) 20%...
正在上傳 Build 4.3.0.784 (560/1847 KB) 30%...
正在上傳 IDB 4.3.0.784 (1744/5775 KB) 30%...
正在上傳 Build 4.3.0.784 (752/1847 KB) 40%...
正在上傳 Build 4.3.0.784 (928/1847 KB) 50%...
正在上傳 Build 4.3.0.784 (1120/1847 KB) 60%...
正在上傳 IDB 4.3.0.784 (2320/5775 KB) 40%...
正在上傳 Build 4.3.0.784 (1296/1847 KB) 70%...
正在上傳 Build 4.3.0.784 (1488/1847 KB) 80%...
正在上傳 IDB 4.3.0.784 (2896/5775 KB) 50%...
正在上傳 Build 4.3.0.784 (1664/1847 KB) 90%...
已上傳 Build 4.3.0.784 100%
正在上傳 IDB 4.3.0.784 (3472/5775 KB) 60%...
正在上傳 IDB 4.3.0.784 (4048/5775 KB) 70%...
正在上傳 IDB 4.3.0.784 (4624/5775 KB) 80%...
正在上傳 IDB 4.3.0.784 (5200/5775 KB) 90%...
正在啟動代理程式 Build 4.3.0.784...
已上傳 IDB 4.3.0.784 100%
正在上傳 Designer 4.3.0.784 (6416/64013 KB) 10%...
正在啟動代理程式 IDB 4.3.0.784...
代理程式 Build 4.3.0.784 正在執行
正在上傳 Designer 4.3.0.784 (12816/64013 KB) 20%...
正在上傳 Designer 4.3.0.784 (19216/64013 KB) 30%...
正在上傳 Designer 4.3.0.784 (25616/64013 KB) 40%...
正在上傳 Designer 4.3.0.784 (32016/64013 KB) 50%...
代理程式 IDB 4.3.0.784 正在執行
正在上傳 Designer 4.3.0.784 (38416/64013 KB) 60%...
正在上傳 Designer 4.3.0.784 (44816/64013 KB) 70%...
正在上傳 Designer 4.3.0.784 (51216/64013 KB) 80%...
正在上傳 Designer 4.3.0.784 (57616/64013 KB) 90%...
已上傳 Designer 4.3.0.784 100%
正在啟動代理程式 Designer 4.3.0.784...
代理程式 Designer 4.3.0.784 正在執行
已連線到可提供完整支援的 Mac 192.168.31.14 (192.168.31.14)。

2017/03/03

解決 Package Installation Error Microsoft.NetCore.UniversalWindowsPlatform.5.0.0 問題

當您建立一個 Xamarin.Forms 專案的時候,出現了這個錯誤訊息:
Package Installation Error Microsoft.NetCore.UniversalWindowsPlatform.5.0.0
請將這個套件 Microsoft.NETCore.UniversalWindowsPlatform 安裝到 UWP 專案內,並且重新啟動 Visual Studio 2015,重新建立一個新的 Xamarin.Forms 專案,就可以使用了

安裝完成後,會有底下的安裝紀錄

正在還原 'App6.UWP' 封裝。
正在還原 C:\Vulcan\Temp\App6\App6\App6.UWP\project.json 的封裝...
  GET https://api.nuget.org/v3-flatcontainer/xamarin.forms/index.json
  OK https://api.nuget.org/v3-flatcontainer/xamarin.forms/index.json 344ms
  GET https://api.nuget.org/v3-flatcontainer/xamarin.forms/2.3.3.193/xamarin.forms.2.3.3.193.nupkg
  OK https://api.nuget.org/v3-flatcontainer/xamarin.forms/2.3.3.193/xamarin.forms.2.3.3.193.nupkg 969ms
正在安裝 Xamarin.Forms 2.3.3.193。
已成功完成 'App6.UWP' 的封裝還原。
正在還原 'App6.UWP' 封裝。
正在還原 C:\Vulcan\Temp\App6\App6\App6.UWP\project.json 的封裝...
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.universalwindowsplatform/index.json
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.universalwindowsplatform/index.json 957ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.universalwindowsplatform/5.3.1/microsoft.netcore.universalwindowsplatform.5.3.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.universalwindowsplatform/5.3.1/microsoft.netcore.universalwindowsplatform.5.3.1.nupkg 910ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.compiler/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.portable.compatibility/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.coreclr/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.stacktrace/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.io.isolatedstorage/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.net.http.rtc/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.numerics.vectors.windowsruntime/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.reflection.context/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.json/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.xml/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime.ui.xaml/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/index.json
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore/index.json 289ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore/5.0.2/microsoft.netcore.5.0.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.compiler/index.json 918ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.compiler/1.6.0/microsoft.net.native.compiler.1.6.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.coreclr/index.json 1129ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.coreclr/1.0.3/microsoft.netcore.runtime.coreclr.1.0.3.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.portable.compatibility/index.json 1181ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.portable.compatibility/1.0.2/microsoft.netcore.portable.compatibility.1.0.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/index.json 1293ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/index.json 1436ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.0.2/microsoft.netcore.targets.1.0.2.nupkg
  GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/4.0.11/system.componentmodel.eventbasedasync.4.0.11.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.stacktrace/index.json 2154ms
  GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.stacktrace/4.0.2/system.diagnostics.stacktrace.4.0.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.io.isolatedstorage/index.json 2186ms
  GET https://api.nuget.org/v3-flatcontainer/system.io.isolatedstorage/4.0.1/system.io.isolatedstorage.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.net.http.rtc/index.json 2401ms
  GET https://api.nuget.org/v3-flatcontainer/system.net.http.rtc/4.0.1/system.net.http.rtc.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/index.json 2362ms
  GET https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/4.0.0/system.net.websockets.client.4.0.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.numerics.vectors.windowsruntime/index.json 3175ms
  GET https://api.nuget.org/v3-flatcontainer/system.numerics.vectors.windowsruntime/4.0.1/system.numerics.vectors.windowsruntime.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/index.json 3363ms
  GET https://api.nuget.org/v3-flatcontainer/system.reflection.context/4.0.1/system.reflection.context.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/index.json 4186ms
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/4.0.1/system.runtime.interopservices.windowsruntime.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.json/index.json 4201ms
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.json/4.0.3/system.runtime.serialization.json.4.0.3.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.xml/index.json 5093ms
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime/index.json 5091ms
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime/4.0.11/system.runtime.windowsruntime.4.0.11.nupkg
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.xml/4.1.2/system.runtime.serialization.xml.4.1.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime.ui.xaml/index.json 5295ms
  GET https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime.ui.xaml/4.0.1/system.runtime.windowsruntime.ui.xaml.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/index.json 6022ms
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/4.0.1/system.servicemodel.duplex.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/index.json 6111ms
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/4.1.0/system.servicemodel.http.4.1.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json 6332ms
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/4.1.0/system.servicemodel.primitives.4.1.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/index.json 6929ms
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/4.1.0/system.servicemodel.nettcp.4.1.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.compiler/1.6.0/microsoft.net.native.compiler.1.6.0.nupkg 6589ms
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/index.json 7889ms
  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/4.0.1/system.servicemodel.security.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore/5.0.2/microsoft.netcore.5.0.2.nupkg 8739ms
  GET https://api.nuget.org/v3-flatcontainer/system.io.compression/index.json
  GET https://api.nuget.org/v3-flatcontainer/system.net.networkinformation/index.json
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.portable.compatibility/1.0.2/microsoft.netcore.portable.compatibility.1.0.2.nupkg 8180ms
  OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/4.0.11/system.componentmodel.eventbasedasync.4.0.11.nupkg 10835ms
  OK https://api.nuget.org/v3-flatcontainer/system.io.isolatedstorage/4.0.1/system.io.isolatedstorage.4.0.1.nupkg 10994ms
  OK https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/4.0.0/system.net.websockets.client.4.0.0.nupkg 11707ms
  OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/4.0.1/system.reflection.context.4.0.1.nupkg 11734ms
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.json/4.0.3/system.runtime.serialization.json.4.0.3.nupkg 11158ms
  GET https://api.nuget.org/v3-flatcontainer/system.private.datacontractserialization/index.json
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.xml/4.1.2/system.runtime.serialization.xml.4.1.2.nupkg 11162ms
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/4.0.1/system.servicemodel.duplex.4.0.1.nupkg 11736ms
  GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/4.1.0/system.servicemodel.nettcp.4.1.0.nupkg 11671ms
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/4.0.1/system.servicemodel.security.4.0.1.nupkg 11646ms
  OK https://api.nuget.org/v3-flatcontainer/system.io.compression/index.json 10991ms
  GET https://api.nuget.org/v3-flatcontainer/system.io.compression/4.1.1/system.io.compression.4.1.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.private.datacontractserialization/index.json 5359ms
  GET https://api.nuget.org/v3-flatcontainer/system.private.datacontractserialization/4.1.2/system.private.datacontractserialization.4.1.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json 3178ms
  GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.1.0/system.private.servicemodel.4.1.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.io.compression/4.1.1/system.io.compression.4.1.1.nupkg 2156ms
  OK https://api.nuget.org/v3-flatcontainer/system.private.datacontractserialization/4.1.2/system.private.datacontractserialization.4.1.2.nupkg 2402ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json
  OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.1.0/system.private.servicemodel.4.1.0.nupkg 2505ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json 2008ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.1.0.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.0.2/microsoft.netcore.platforms.1.0.2.nupkg 280ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.runtime.coreclr/1.0.3/microsoft.netcore.runtime.coreclr.1.0.3.nupkg 27848ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.jit/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-arm/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x64/index.json
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x86/index.json
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.jit/index.json 254ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.jit/1.0.3/microsoft.netcore.jit.1.0.3.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.0.2/microsoft.netcore.targets.1.0.2.nupkg 28401ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-arm/index.json 1365ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-arm/1.6.0/microsoft.net.native.sharedlibrary-arm.1.6.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x64/index.json 1576ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x64/1.6.0/microsoft.net.native.sharedlibrary-x64.1.6.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.stacktrace/4.0.2/system.diagnostics.stacktrace.4.0.2.nupkg 28506ms
  OK https://api.nuget.org/v3-flatcontainer/system.net.http.rtc/4.0.1/system.net.http.rtc.4.0.1.nupkg 28449ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x86/index.json 2476ms
  GET https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x86/1.6.0/microsoft.net.native.sharedlibrary-x86.1.6.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.jit/1.0.3/microsoft.netcore.jit.1.0.3.nupkg 2450ms
  OK https://api.nuget.org/v3-flatcontainer/system.numerics.vectors.windowsruntime/4.0.1/system.numerics.vectors.windowsruntime.4.0.1.nupkg 28544ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-arm/1.6.0/microsoft.net.native.sharedlibrary-arm.1.6.0.nupkg 2172ms
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/4.0.1/system.runtime.interopservices.windowsruntime.4.0.1.nupkg 28380ms
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime/4.0.11/system.runtime.windowsruntime.4.0.11.nupkg 27719ms
  OK https://api.nuget.org/v3-flatcontainer/system.runtime.windowsruntime.ui.xaml/4.0.1/system.runtime.windowsruntime.ui.xaml.4.0.1.nupkg 28480ms
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/4.1.0/system.servicemodel.http.4.1.0.nupkg 28530ms
  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/4.1.0/system.servicemodel.primitives.4.1.0.nupkg 29252ms
  OK https://api.nuget.org/v3-flatcontainer/system.net.networkinformation/index.json 28334ms
  GET https://api.nuget.org/v3-flatcontainer/system.net.networkinformation/4.1.0/system.net.networkinformation.4.1.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/system.net.networkinformation/4.1.0/system.net.networkinformation.4.1.0.nupkg 318ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x64/1.6.0/microsoft.net.native.sharedlibrary-x64.1.6.0.nupkg 25385ms
  OK https://api.nuget.org/v3-flatcontainer/microsoft.net.native.sharedlibrary-x86/1.6.0/microsoft.net.native.sharedlibrary-x86.1.6.0.nupkg 46192ms
正在安裝 runtime.native.System.Security.Cryptography 4.0.0。
正在安裝 runtime.native.System.IO.Compression 4.1.0。
正在安裝 System.Reflection.Emit.Lightweight 4.0.1。
正在安裝 System.Buffers 4.0.0。
正在安裝 System.Diagnostics.DiagnosticSource 4.0.0。
正在安裝 Microsoft.NETCore.UniversalWindowsPlatform 5.3.1。
正在安裝 Microsoft.Win32.Primitives 4.0.1。
正在安裝 Microsoft.NETCore.Platforms 1.0.2。
正在安裝 System.IO.Compression 4.1.0。
正在安裝 System.Security.Cryptography.Primitives 4.0.0。
正在安裝 System.Security.Cryptography.Encoding 4.0.0。
正在安裝 System.Security.Cryptography.Cng 4.2.0。
正在安裝 System.Collections.NonGeneric 4.0.1。
正在安裝 System.Security.Cryptography.Algorithms 4.2.0。
正在安裝 System.Threading.Tasks.Extensions 4.0.0。
正在安裝 Microsoft.Net.Native.SharedLibrary-x86 1.6.0。
正在安裝 System.Collections.Specialized 4.0.1。
正在安裝 Microsoft.Net.Native.SharedLibrary-x64 1.6.0。
正在安裝 Microsoft.Net.Native.SharedLibrary-arm 1.6.0。
正在安裝 System.Net.NetworkInformation 4.1.0。
正在安裝 System.Data.Common 4.1.0。
正在安裝 System.Diagnostics.Contracts 4.0.1。
正在安裝 System.Net.NameResolution 4.0.0。
正在安裝 System.Net.Requests 4.0.11。
正在安裝 System.Net.Sockets 4.1.0。
正在安裝 System.Net.WebHeaderCollection 4.0.1。
正在安裝 System.Net.WebSockets 4.0.0。
正在安裝 System.Runtime.Serialization.Primitives 4.1.1。
正在安裝 System.Text.Encoding.CodePages 4.0.1。
正在安裝 System.Threading.Overlapped 4.0.1。
正在安裝 System.Xml.XmlDocument 4.0.1。
正在安裝 System.Xml.XmlSerializer 4.0.11。
正在安裝 Microsoft.NETCore.Portable.Compatibility 1.0.2。
正在安裝 System.ComponentModel.EventBasedAsync 4.0.11。
正在安裝 System.IO.IsolatedStorage 4.0.1。
正在安裝 System.Net.WebSockets.Client 4.0.0。
正在安裝 System.Reflection.Context 4.0.1。
正在安裝 System.ServiceModel.Duplex 4.0.1。
正在安裝 System.ServiceModel.NetTcp 4.1.0。
正在安裝 System.ServiceModel.Security 4.0.1。
正在安裝 System.Runtime.Serialization.Json 4.0.3。
正在安裝 System.Runtime.Serialization.Xml 4.1.2。
正在安裝 Microsoft.NETCore.Targets 1.0.2。
正在安裝 System.Diagnostics.StackTrace 4.0.2。
正在安裝 System.Net.Http.Rtc 4.0.1。
正在安裝 Microsoft.NETCore.Runtime.CoreCLR 1.0.3。
正在安裝 System.Numerics.Vectors.WindowsRuntime 4.0.1。
正在安裝 System.Runtime.InteropServices.WindowsRuntime 4.0.1。
正在安裝 System.Runtime.WindowsRuntime 4.0.11。
正在安裝 System.Runtime.WindowsRuntime.UI.Xaml 4.0.1。
正在安裝 System.ServiceModel.Http 4.1.0。
正在安裝 System.ServiceModel.Primitives 4.1.0。
正在安裝 Microsoft.NETCore 5.0.2。
正在安裝 Microsoft.Net.Native.Compiler 1.6.0。
正在安裝 Microsoft.NETCore.Platforms 1.0.1。
正在安裝 System.Runtime 4.1.0。
正在安裝 System.Diagnostics.Debug 4.0.11。
正在安裝 System.Globalization 4.0.11。
正在安裝 System.Resources.ResourceManager 4.0.1。
正在安裝 System.Runtime.Extensions 4.1.0。
正在安裝 System.Threading 4.0.11。
正在安裝 System.Globalization.Extensions 4.0.1。
正在安裝 System.Collections 4.0.11。
正在安裝 System.Diagnostics.Tracing 4.1.0。
正在安裝 System.Net.Primitives 4.0.11。
正在安裝 System.Runtime.Handles 4.0.1。
正在安裝 System.Runtime.InteropServices 4.1.0。
正在安裝 System.Threading.Tasks 4.0.11。
正在安裝 System.IO 4.1.0。
正在安裝 System.Reflection 4.1.0。
正在安裝 System.Text.Encoding 4.0.11。
正在安裝 System.Xml.ReaderWriter 4.0.11。
正在安裝 System.Linq 4.1.0。
正在安裝 System.Reflection.Emit 4.0.1。
正在安裝 System.Reflection.Emit.ILGeneration 4.0.1。
正在安裝 System.Reflection.Extensions 4.0.1。
正在安裝 System.Reflection.Primitives 4.0.1。
正在安裝 System.Reflection.TypeExtensions 4.1.0。
正在安裝 System.Text.RegularExpressions 4.1.0。
正在安裝 System.IO.FileSystem 4.0.1。
正在安裝 System.IO.FileSystem.Primitives 4.0.1。
正在安裝 System.Security.Cryptography.X509Certificates 4.1.0。
正在安裝 System.Private.ServiceModel 4.1.0。
正在安裝 System.Private.DataContractSerialization 4.1.2。
正在安裝 System.Net.Http 4.1.0。
正在安裝 Microsoft.NETCore.Windows.ApiSets 1.0.1。
正在安裝 Microsoft.NETCore.Jit 1.0.3。
正在安裝 System.Numerics.Vectors 4.1.1。
正在安裝 System.ObjectModel 4.0.12。
正在安裝 System.Security.Principal 4.0.1。
正在安裝 Microsoft.CSharp 4.0.1。
正在安裝 Microsoft.VisualBasic 10.0.1。
正在安裝 System.AppContext 4.1.0。
正在安裝 System.Collections.Concurrent 4.0.12。
正在安裝 System.Collections.Immutable 1.2.0。
正在安裝 System.ComponentModel 4.0.1。
正在安裝 System.ComponentModel.Annotations 4.1.0。
正在安裝 System.Diagnostics.Tools 4.0.1。
正在安裝 System.Dynamic.Runtime 4.0.11。
正在安裝 System.Globalization.Calendars 4.0.1。
正在安裝 System.IO.Compression.ZipFile 4.0.1。
正在安裝 System.IO.UnmanagedMemoryStream 4.0.1。
正在安裝 System.Linq.Expressions 4.1.0。
正在安裝 System.Linq.Parallel 4.0.1。
正在安裝 System.Linq.Queryable 4.0.1。
正在安裝 System.Reflection.DispatchProxy 4.0.1。
正在安裝 System.Reflection.Metadata 1.3.0。
正在安裝 System.Runtime.Numerics 4.0.1。
正在安裝 System.Security.Claims 4.0.1。
正在安裝 System.Text.Encoding.Extensions 4.0.11。
正在安裝 System.Threading.Tasks.Dataflow 4.6.0。
正在安裝 System.Threading.Tasks.Parallel 4.0.1。
正在安裝 System.Threading.Timer 4.0.1。
正在安裝 System.Xml.XDocument 4.0.11。
正在安裝 System.IO.Compression 4.1.1。
  GET https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.runtime.native.system.io.compression/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win7.system.private.uri/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.microsoft.netcore.runtime.coreclr/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.collections/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tools/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tracing/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization.calendars/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.io/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win10-arm-aot.runtime.native.system.io.compression/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.extensions/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.primitives/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.resources.resourcemanager/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.handles/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.interopservices/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding.extensions/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.tasks/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.timer/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win7-x64.microsoft.netcore.jit/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win10-x64-aot.runtime.native.system.io.compression/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win7-x86.microsoft.netcore.jit/index.json
  GET https://api.nuget.org/v3-flatcontainer/runtime.win10-x86-aot.runtime.native.system.io.compression/index.json
  OK https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.runtime.native.system.io.compression/index.json 918ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.runtime.native.system.io.compression/4.0.1/runtime.win8-arm.runtime.native.system.io.compression.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win7.system.private.uri/index.json 927ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win7.system.private.uri/4.0.2/runtime.win7.system.private.uri.4.0.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.microsoft.netcore.runtime.coreclr/index.json 1809ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.collections/index.json 1770ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.collections/4.0.10/runtime.aot.system.collections.4.0.10.nupkg
  GET https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.microsoft.netcore.runtime.coreclr/1.0.2/runtime.win8-arm.microsoft.netcore.runtime.coreclr.1.0.2.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tools/index.json 2691ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tracing/index.json 2689ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tracing/4.0.20/runtime.aot.system.diagnostics.tracing.4.0.20.nupkg
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tools/4.0.1/runtime.aot.system.diagnostics.tools.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization/index.json 3522ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization/4.0.11/runtime.aot.system.globalization.4.0.11.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization.calendars/index.json 3536ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization.calendars/4.0.1/runtime.aot.system.globalization.calendars.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.io/index.json 4427ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.io/4.1.0/runtime.aot.system.io.4.1.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win10-arm-aot.runtime.native.system.io.compression/index.json 4455ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win10-arm-aot.runtime.native.system.io.compression/4.0.1/runtime.win10-arm-aot.runtime.native.system.io.compression.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection/index.json 5294ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection/4.0.10/runtime.aot.system.reflection.4.0.10.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.extensions/index.json 5448ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.extensions/4.0.0/runtime.aot.system.reflection.extensions.4.0.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.resources.resourcemanager/index.json 6266ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.primitives/index.json 6267ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.resources.resourcemanager/4.0.0/runtime.aot.system.resources.resourcemanager.4.0.0.nupkg
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.primitives/4.0.0/runtime.aot.system.reflection.primitives.4.0.0.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime/index.json 7188ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.handles/index.json 7187ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.handles/4.0.1/runtime.aot.system.runtime.handles.4.0.1.nupkg
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime/4.0.20/runtime.aot.system.runtime.4.0.20.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.interopservices/index.json 8106ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding/index.json 8105ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding/4.0.11/runtime.aot.system.text.encoding.4.0.11.nupkg
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.interopservices/4.0.20/runtime.aot.system.runtime.interopservices.4.0.20.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding.extensions/index.json 8311ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding.extensions/4.0.11/runtime.aot.system.text.encoding.extensions.4.0.11.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.tasks/index.json 9022ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.tasks/4.0.11/runtime.aot.system.threading.tasks.4.0.11.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.timer/index.json 9107ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.timer/4.0.1/runtime.aot.system.threading.timer.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win7-x64.microsoft.netcore.jit/index.json 9813ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win7-x64.microsoft.netcore.jit/1.0.3/runtime.win7-x64.microsoft.netcore.jit.1.0.3.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win10-x64-aot.runtime.native.system.io.compression/index.json 10087ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win10-x64-aot.runtime.native.system.io.compression/4.0.1/runtime.win10-x64-aot.runtime.native.system.io.compression.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win7-x86.microsoft.netcore.jit/index.json 10743ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win7-x86.microsoft.netcore.jit/1.0.3/runtime.win7-x86.microsoft.netcore.jit.1.0.3.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win10-x86-aot.runtime.native.system.io.compression/index.json 10916ms
  GET https://api.nuget.org/v3-flatcontainer/runtime.win10-x86-aot.runtime.native.system.io.compression/4.0.1/runtime.win10-x86-aot.runtime.native.system.io.compression.4.0.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/runtime.win7.system.private.uri/4.0.2/runtime.win7.system.private.uri.4.0.2.nupkg 10979ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.runtime.native.system.io.compression/4.0.1/runtime.win8-arm.runtime.native.system.io.compression.4.0.1.nupkg 11108ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.collections/4.0.10/runtime.aot.system.collections.4.0.10.nupkg 10964ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.microsoft.netcore.runtime.coreclr/1.0.2/runtime.win8-arm.microsoft.netcore.runtime.coreclr.1.0.2.nupkg 10999ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tracing/4.0.20/runtime.aot.system.diagnostics.tracing.4.0.20.nupkg 11013ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization.calendars/4.0.1/runtime.aot.system.globalization.calendars.4.0.1.nupkg 11117ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win10-arm-aot.runtime.native.system.io.compression/4.0.1/runtime.win10-arm-aot.runtime.native.system.io.compression.4.0.1.nupkg 11071ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.diagnostics.tools/4.0.1/runtime.aot.system.diagnostics.tools.4.0.1.nupkg 13291ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.extensions/4.0.0/runtime.aot.system.reflection.extensions.4.0.0.nupkg 10954ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.globalization/4.0.11/runtime.aot.system.globalization.4.0.11.nupkg 13294ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.io/4.1.0/runtime.aot.system.io.4.1.0.nupkg 12691ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.resources.resourcemanager/4.0.0/runtime.aot.system.resources.resourcemanager.4.0.0.nupkg 10983ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection/4.0.10/runtime.aot.system.reflection.4.0.10.nupkg 12643ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.handles/4.0.1/runtime.aot.system.runtime.handles.4.0.1.nupkg 11010ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.reflection.primitives/4.0.0/runtime.aot.system.reflection.primitives.4.0.0.nupkg 12586ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding/4.0.11/runtime.aot.system.text.encoding.4.0.11.nupkg 10950ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.tasks/4.0.11/runtime.aot.system.threading.tasks.4.0.11.nupkg 10337ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime/4.0.20/runtime.aot.system.runtime.4.0.20.nupkg 12572ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win7-x64.microsoft.netcore.jit/1.0.3/runtime.win7-x64.microsoft.netcore.jit.1.0.3.nupkg 10329ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.runtime.interopservices/4.0.20/runtime.aot.system.runtime.interopservices.4.0.20.nupkg 12484ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win7-x86.microsoft.netcore.jit/1.0.3/runtime.win7-x86.microsoft.netcore.jit.1.0.3.nupkg 10426ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.text.encoding.extensions/4.0.11/runtime.aot.system.text.encoding.extensions.4.0.11.nupkg 13185ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.aot.system.threading.timer/4.0.1/runtime.aot.system.threading.timer.4.0.1.nupkg 13305ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win10-x64-aot.runtime.native.system.io.compression/4.0.1/runtime.win10-x64-aot.runtime.native.system.io.compression.4.0.1.nupkg 13131ms
  OK https://api.nuget.org/v3-flatcontainer/runtime.win10-x86-aot.runtime.native.system.io.compression/4.0.1/runtime.win10-x86-aot.runtime.native.system.io.compression.4.0.1.nupkg 13128ms
正在安裝 runtime.win10-x86-aot.runtime.native.System.IO.Compression 4.0.1。
正在安裝 runtime.win7-x86.runtime.native.System.IO.Compression 4.0.1。
正在安裝 runtime.win7-x86.Microsoft.NETCore.Jit 1.0.3。
正在安裝 runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR 1.0.2。
正在安裝 runtime.win10-x64-aot.runtime.native.System.IO.Compression 4.0.1。
正在安裝 runtime.win7-x64.runtime.native.System.IO.Compression 4.0.1。
正在安裝 runtime.win.Microsoft.Win32.Primitives 4.0.1。
正在安裝 runtime.win.System.Net.Sockets 4.1.0。
正在安裝 runtime.win7-x64.Microsoft.NETCore.Jit 1.0.3。
正在安裝 runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR 1.0.2。
正在安裝 runtime.win10-arm-aot.runtime.native.System.IO.Compression 4.0.1。
正在安裝 runtime.aot.System.Threading.Timer 4.0.1。
正在安裝 runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR 1.0.2。
正在安裝 runtime.aot.System.Text.Encoding.Extensions 4.0.11。
正在安裝 runtime.aot.System.Diagnostics.Tools 4.0.1。
正在安裝 runtime.aot.System.Globalization.Calendars 4.0.1。
正在安裝 runtime.aot.System.Diagnostics.Tracing 4.0.20。
正在安裝 runtime.aot.System.Reflection.Primitives 4.0.0。
正在安裝 runtime.aot.System.Reflection.Extensions 4.0.0。
正在安裝 runtime.any.System.Runtime 4.1.0。
正在安裝 runtime.win.System.Diagnostics.Debug 4.0.11。
正在安裝 runtime.any.System.Globalization 4.0.11。
正在安裝 runtime.any.System.Resources.ResourceManager 4.0.1。
正在安裝 runtime.win.System.Runtime.Extensions 4.1.0。
正在安裝 runtime.any.System.Threading.Tasks 4.0.11。
正在安裝 runtime.any.System.IO 4.1.0。
正在安裝 runtime.win.System.IO.FileSystem 4.0.1。
正在安裝 runtime.any.System.Collections 4.0.11。
正在安裝 runtime.any.System.Diagnostics.Tracing 4.1.0。
正在安裝 runtime.win.System.Net.Primitives 4.0.11。
正在安裝 runtime.aot.System.Runtime.Handles 4.0.1。
正在安裝 runtime.any.System.Runtime.Handles 4.0.1。
正在安裝 runtime.any.System.Runtime.InteropServices 4.1.0。
正在安裝 runtime.any.System.Text.Encoding 4.0.11。
正在安裝 runtime.any.System.Reflection 4.1.0。
正在安裝 runtime.any.System.Reflection.Extensions 4.0.1。
正在安裝 runtime.any.System.Reflection.Primitives 4.0.1。
正在安裝 runtime.any.System.Diagnostics.Tools 4.0.1。
正在安裝 runtime.any.System.Globalization.Calendars 4.0.1。
正在安裝 runtime.any.System.Text.Encoding.Extensions 4.0.11。
正在安裝 runtime.any.System.Threading.Timer 4.0.1。
正在安裝 System.Private.Uri 4.0.1。
正在安裝 runtime.win8-arm.runtime.native.System.IO.Compression 4.0.1。
正在安裝 runtime.win7.System.Private.Uri 4.0.2。
正在安裝 runtime.aot.System.Runtime 4.0.20。
正在安裝 runtime.aot.System.Globalization 4.0.11。
正在安裝 runtime.aot.System.Runtime.InteropServices 4.0.20。
正在安裝 runtime.aot.System.Resources.ResourceManager 4.0.0。
正在安裝 runtime.aot.System.Threading.Tasks 4.0.11。
正在安裝 runtime.aot.System.IO 4.1.0。
正在安裝 runtime.aot.System.Collections 4.0.10。
正在安裝 runtime.aot.System.Reflection 4.0.10。
正在安裝 runtime.aot.System.Text.Encoding 4.0.11。
已成功完成 'App6.UWP' 的封裝還原。

2017/03/02

在 Xamarin.Forms 中撥放音樂

  • 請先安裝 XamarinAudioManager NuGet 套件

Android 原生專案初始化

請在 MainActivity.cs 內加入 Initializer.Initialize();
        protected override void OnCreate(Bundle bundle)
        {
            TabLayoutResource = Resource.Layout.tabs;
            ToolbarResource = Resource.Layout.toolbar;

            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);

            Initializer.Initialize();

            LoadApplication(new App(new AndroidInitializer()));
        }

iOS 原生專案初始化

請在 AppDelegate.cs 內加入 Initializer.Initialize();
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App(new iOSInitializer()));

            Initializer.Initialize();

            return base.FinishedLaunching(app, options);
        }

將音樂檔案複製到原生專案內

  • 在 Android Assets 目錄下,建立一個 Sounds 目錄,將 .mp3 檔案複製到這裡
  • 在 iOS 專案下,建立 Sounds 目錄 .mp3 檔案複製到這裡

Xamarin.Forms 中撥放音樂

請這個指令來撥放音樂 await Audio.Manager.PlaySound("Drop.mp3");

參考專案