Hi,
So - I was looking for a .net interface to replace the CLI - which is now broken on my (windows 8.1) laptop.
The ‘Community Clients’ page in the docs points me at https://github.com/ParticleNET/ParticleSDK/
So I download it and try to build under VS2013 Pro…
Then I fall at the first hurdle. The readme says install a NuGet package but when I do I get
PM> Install-Package ParticleNET.ParticleSDK -Pre
Attempting to resolve dependency ‘Newtonsoft.Json (≥ 7.0.1)’.
Attempting to resolve dependency ‘Microsoft.Net.Http (≥ 2.2.29)’.
Attempting to resolve dependency ‘Microsoft.Bcl (≥ 1.1.10)’.
Attempting to resolve dependency ‘Microsoft.Bcl.Build (≥ 1.0.14)’.
Installing ‘ParticleNET.ParticleSDK 0.7.9-beta03’.
Successfully installed ‘ParticleNET.ParticleSDK 0.7.9-beta03’.
Adding ‘ParticleNET.ParticleSDK 0.7.9-beta03’ to Particle.
Uninstalling ‘ParticleNET.ParticleSDK 0.7.9-beta03’.
Successfully uninstalled ‘ParticleNET.ParticleSDK 0.7.9-beta03’.
Install failed. Rolling back…
Install-Package : Could not install package ‘ParticleNET.ParticleSDK 0.7.9-beta03’. You are trying to install this package into a project
that targets ‘portable-net45+dnxcore50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10’, but the package does not contain any
assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
- Install-Package ParticleNET.ParticleSDK -Pre
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
and 160 build errors :-O.
Anyone managed to get this built ???.
Don’t even know if its likely to do what I need anyway
Thanks hopefully…
Graham