Skip to content

Project Setup

SDK NuGet Package

Add the following NuGet-Package to your .Net 7 C# class library project.

Audectra.Sdk.Nodes

Make sure, that the package reference is marked as private asset.

<PackageReference Include="Audectra.Sdk.Nodes" Version="1.0.10" PrivateAssets="All" />

Assembly Attribute

Add and adjust the following attribute to your nodes assembly.

[assembly: NodeExtensionAssembly(Name = "Node Assembly Name", Author = "Author Name")]

Info

This attribute marks assemblies that contain nodes for Audectra. If this attribute is missing, Audectra will not search or load any nodes within the assembly.