Ben Salmon
Ben Salmon
Still on 12.3.0, only thing I changed was went from ```csharp Assembly[] assemblies = Assembly.GetEntryAssembly()!.GetReferencedAssemblies().Select(Assembly.Load).Append(Assembly.GetCallingAssembly()).ToArray(); ``` to ```csharp Assembly[] assemblies = [typeof(Application.Consent.Read).Assembly]; ```
It was working, but this actually broke it again for me. ``` An unhandled exception of type 'System.ArgumentException' occurred in System.Private.CoreLib.dll: 'Error registering the generic handler type: Application.CRUD.Create`3+Handler. When registering...