Project Setup
SDK NuGet Package
Add the following NuGet-Package to your .Net 8 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.1.1" PrivateAssets="All" />
Assembly Attribute
Add and adjust the following attribute to your node 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.