AI OnAI Off
Oct 06, 2020
Oct 27, 2020
CMS Core
Closed, Fixed and tested
ContentModelILCompiler throws an exception if an interceptable property is declared on a generic class. For example:
public class Content : BaseContent<int> { } public abstract class BaseContent<TModel> : ContentData { public virtual bool Boolean \{ get; set; } }
The thrown exception is an InvalidOperationException: "Calling convention must be VarArgs."