Skip to main content

ExtensionPoints library

Overview

It is a library that makes manifest creation a code base with the extension of Next Design. It also simplifies the implementation of commands and events.

  • Since extension points for Next Design extensions can be created in code, there is no gap between the manifest file and the extension implementation code.
  • Can be separated by command and event classes.
  • There is a base class for the extension and it can be implemented simply.

Release notes

See release notes here.

Installation method

Easy to install with NuGet. See Installation for details.

Tutorial overview

In the tutorial you will understand extensions using ExtensionPoints by learning the following tasks:

  1. Define a manifest
  2. Implement the extension class
  3. Define extension points
  4. Implement a command handler
  5. Implement event handler