MSDN-WhiteKnight / CilTools

A set of tools to work with CIL in .NET applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MethodDefTests.Test_GetBaseDefinition_FromObject does not work on .NET Core

MSDN-WhiteKnight opened this issue · comments

Test method CilTools.Metadata.Tests.MethodDefTests.Test_GetBaseDefinition_FromObject threw exception: 
System.NotImplementedException: The method or operation is not implemented.

 TypeRef.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) строка 188
 Type.GetMethod(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
 MdMethodInfoBase.GetBaseDefinition() строка 107
 MethodDefTests.Test_GetBaseDefinition_FromObject() строка 284