Project Setup
SDK NuGet Package
Add the following NuGet-Package to your .Net 8 C# class library project.
Audectra.Sdk.Layers
Make sure that the package reference is marked as private asset.
<PackageReference Include="Audectra.Sdk.Layers" Version="1.1.2" PrivateAssets="All" />
Assembly Attribute
Add and adjust the following attribute to your layer assembly.
[assembly: LayerExtensionAssembly(Name = "Layer Assembly Name", Author = "Author Name")]
Info
This attribute marks assemblies that contain layers for Audectra. If this attribute is missing, Audectra will not search or load any layers within the assembly.