Gracenote与Windows 10和通用Windows平台(UWP / UAP)兼容吗?
我们试图从:
安装de Nuget Packagehttp://www.nuget.org/packages/ParkSquare.Gracenote/
当我们尝试安装它时,Visual Studio 2015会抛出输出窗口:
===================================================
Restoring packages for 'MyApp.UWP'.
Restoring packages for C:\src\dev\MyApp.UWP\project.json...
Installing ParkSquare.Gracenote 1.3.0.
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0.
Some packages are not compatible with UAP,Version=v10.0.
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0 (win10-arm).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0 (win10-x86).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0 (win10-x64).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
ParkSquare.Gracenote 1.3.0 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
Package restore failed for 'MyApp.UWP'.
Package restore failed. Rolling back package changes for 'MyApp.UWP'.
========== Finished ==========
乍一看,我们认为Gracenote与Windows 10不兼容。
我们正试图在我们的Windows 10应用程序中包含Gracenote;如果可能,我们应该使用哪些API?
答案 0 :(得分:0)
为了使软件包与UWP兼容,您需要a)联系软件包的开发人员来更新软件包或b)分叉软件包并为UWP转换/构建软件包。
您也可以自己实现Gracenote的REST API。