Skip to main content

Get started

Here, you can implement a sample extension through a series of tasks related to creating an extension.

Prerequisites

To implement and debug a sample extension, it is assumed that the extension development environment is ready.

The following is required to develop a DLL-based extension.

  • Visual Studio 2022
  • .NET 8.0 SDK
About SDKs that can be used for extension development

Next Design guarantees the operation of extensions with .NET 8.0 SDK. It is possible to develop extensions with the successor SDK, but please note that there may be functional limitations due to version differences.

The SDK for the guaranteed operation environment is scheduled to be updated in the next service update.

No prior environment preparation is required for script-based extensions.