Skip to main content

ExtensionPoints library

Overview

A library based on manifest creation with the Next Design extension. It also simplifies the implementation of commands and events.

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

Release notes

See Click here for release notes.

Installation method

It's easy to install with NuGet. See Installation for details.

Tutorial overview

The tutorial will help you understand extensions with ExtensionPoints by learning the following tasks:

  1. Create a project
  2. Define Manifest
  3. Implement extension classes
  4. Define the extension point
  5. Implement command handlers
  6. Implement event handlers

Public package

  • NextDesign.Desktop.ExtensionPoints

Dependent packages

  • NextDesign.Desktop.ExtensionPoints
    • NextDesign.Desktop
    • Microsoft.CSharp