Skip to:
The EmitUtil class uses TypeBuilder.CreateType() which is incompatible with .NET Standard. Fortunately, it is unused by the NHibernate.
EmitUtil
TypeBuilder.CreateType()
Unused portions of EmitUtil should be removed. Specifically, that is EmitUtil.EmitFastInt() and EmitUtil.DefineDelegateType()
EmitUtil.EmitFastInt()
EmitUtil.DefineDelegateType()
This is required for
The
EmitUtil
class usesTypeBuilder.CreateType()
which is incompatible with .NET Standard. Fortunately, it is unused by the NHibernate.Unused portions of
EmitUtil
should be removed. Specifically, that isEmitUtil.EmitFastInt()
andEmitUtil.DefineDelegateType()
This is required for