New TinyCLR programme

When we create a new TinyCLR programme with VS2017, and we add the Nuget packages, it loads all of the devices at the same time.

If we are not using ADC, CAN or DAC, etc, can we safely remove these references from the build?

Yes you can but why did the packages get added?

It looks like they get downloaded as dependencies when you select one of the others. I’ll take notice next time.

Unnecessary nuggets won’t be downloaded to device if not used anywhere in your project.

Or, you can pick single nugget that you only need for your project.

2 Likes