Start Working
Here, you can implement a sample extension through a series of tasks related to extension creation.
Prerequisites
Implementing and debugging the sample extension assumes that the extension development environment is set up.
The following is required when developing a DLL-type extension:
- Visual Studio 2026
- .NET 10.0 SDK
Regarding SDKs Available for Extension Development
Next Design guarantees extension operation with the .NET 10.0 SDK. While extension development is likely possible with successor SDKs, please note that there may be functional limitations due to version differences.
No prior environment preparation is required for script-type extensions.