A lot of Inedo's product functionality is delivered through extensions, and with the Inedo SDK, you can add or modify functionality and capabilities by creating your own extensions. Many of the same components can be used different products, which means you can write a component once and introduce the same functionality across all of our products. ..
An Inedo Extension is a .NET library that implements certain abstract classes defined in the Inedo.SDK library, and is packaged in a zip file. There are two ways to get started with the Inedo SDK, install the Inedo.SDK NuGet package into your .NET project, or download the assemblies and reference them manually...
Typical usage of an Inedo product does not require additional configuration to connect with the Inedo Den that serves extensions for our products. What you may not realize is that extensions are served using a Universal Feed. Because of this, Inedo product administrators can host their own "extension gallery" simply by creating a Universal Feed within ProGet...