Documentation

Configuring your development environment

You can develop Nomirun modules in all major .NET development environments:

.NET SDK 9.0 is installed automatically when you run Nomirun CLI installer.

For Visual Studio 2022+ and Jetbrains Rider 2024+ there is no special setup needed, it works our of the box.

If you use Visual Studio 2022+, make sure you have .NET 9.0 (new framework) capabilities installed.

For Visual Studio Code you need to install C# Dev Kit as Visual Studio Code is a multi-language development tool. If you already use Visual Studio Code for C# .NET development, then you probably do not have to do anything.

Now you are ready to build your first Nomirun module :).