2016-03-31 7 views
0

Ist Gracenote kompatibel mit Windows 10 und Universal Windows Platform (UWP/UAP)?Ist Gracenote kompatibel mit Windows 10 und Universal Windows Platform UWP/UAP?

Wir haben versucht, aus de Nuget Paket zu installieren:

http://www.nuget.org/packages/ParkSquare.Gracenote/

und wenn wir es zu installieren versucht, die Visual Studio 2015 wirft im Ausgabefenster:

=================================================== 
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 ========== 

Anfangs Wir denken, dass Gracenote nicht kompatibel mit Windows 10 ist.

Wir versuchen, Gracenote in unserer App unter Windows 1 zu integrieren 0; Falls es möglich ist, welche APIs sollten wir verwenden?

Antwort

0

Um das Paket mit UWP kompatibel zu machen, müssen Sie a) den Entwickler des Pakets kontaktieren, um das Paket zu aktualisieren oder b) das Paket forken und für UWP konvertieren/erstellen.

Sie können die REST-API von Gracenote auch selbst implementieren.

Verwandte Themen