Download Nuget Packages for some Modules

I’ve created some Nuget Packages for GHI Gadgeteer modules:
List of modules currently available:

  • Accel G248
  • Button
  • DisplayN18
  • Led7C
  • LedStrip
  • LightSense
  • TempHumid
  • Tunes

They can be found here:
http://www.bauland.fr/Nuget/
And source code is here:

12 Likes

Thanks for your work!

1 Like

Currently available:

  • Button
  • DisplayN18
  • LedStrip
  • LightSense
3 Likes

@Bauland
I downloaded the source. It did not compile out of the box. I had no time to look why. Maybe you have already fixed this.

Which version of VS do you use ? Have you GHI Nuget ?

I use VS2017 (updated today) with GHI Nuget 0.60

Which errors have you ?

I’ll tell you when I am home again…

Currently available:

  • Accel G248
  • Button
  • DisplayN18
  • LedStrip
  • LightSense
  • Tunes
3 Likes

Thanks for that! :slight_smile:

@Bauland:
These are the messages I get:

@mflume:
Lines beginning by nuget pack in error are because nuget must be on your path set in environment variable PATH.
You can download it: https://dist.nuget.org/win-x86-commandline/latest/nuget.exe

(you should close and restart VS if you change you path your PATH variable.)

@Bauland:
…ok, the nuget error is gone, but:
there are still errors left. Especially “LedStrip not found” and several warnings, which are not very important as far as I see.
I can try to fix it myself, but if you have a hint…

First it appears that you don’t have the latest version.
Warnings are not important.

If you don’t want to load latest version, you can remove the reference to LedStrip. And import the Nuget package you create.

I downloaded the version you mentioned above.
I used your module-files separately and it worked.
I only wanted to tell you, that the complete solution does not compile correctly.

Could you send list of errors please, I don’t known why it does not compile ? And aim of open source code is that it could be compile by every people !

Thank you for making this available.

Site updated: an error prevents to download any packages. :scream:

Currently available:

  • Accel G248
  • Button
  • DisplayN18
  • LedStrip
  • LightSense
  • TempHumid
  • Tunes
3 Likes

@Bauland:
I just downloaded the new version. It compiles without errors now.
Thank you.
I’ll look later what was changed…

Good news ! :slight_smile: