Analyzing assemblies
The enhancer analyzes all assemblies referenced by the current project. If an assembly with persistent classes has been detected (or if a project reference exists) the assembly is listed as reference in the NDO project file. You can choose, which assemblies should be analyzed by the enhancer.
To analyze the assemblies using Reflection, they must be loaded into an AppDomain of the enhancer. The enhancer is a .NET 9.0 application, so your assemblies can support .NET Core up to this version and .NET Standard up to version 2.0. You can use .NET Standard to consume assemblies in the old .NET Framework.