A library that exposes all functions and data structures to build moss extensions more easily. The sdk provides an idiomatic wrapper around the host functions. You can find a full overview of all functionalities the sdk provides in the wiki.
- Install .Net 8
- Install the custom template with
dotnet new install Moss.Net.Sdk.Templates
- Create a new project with
dotnet new moss-plugin
You can find also an example plugin that uses all functionalities of the sdk here.