Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is plenty of information on the web that describes the .nuget package structure and how to use the .nuget package creation tools so we will not cover those here. Please see:

What is Nuget?

Quickstart: Create and publish a package

...

Rather, we will look at the specifics of building a .nuget package that contains 1 or more Custom Plugins that can be imported into Connexion.

A nuget package is a zip file containing files and folders as well as additional meta data describing the package. The full description of nuget can be found here. Connexion uses a very minimal set of the .nuget package capabilities. In fact, it only uses the metadata section and Assembly Files section. Connexion does not use any of the dependency information, framework version, or any of the other features .nuget provides as they are mostly not applicable to a Connexion Plugin management.

...