#Compat issues with assembly System.Reflection (https://github.com/dotnet/corefx/issues/6645) :
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.Assembly' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.CodeBase.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.CreateInstance(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.CreateInstance(System.String, System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.CreateQualifiedName(System.String, System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.EscapedCodeBase.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.GetExportedTypes()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.GetReferencedAssemblies()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.GetType(System.String, System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.GetTypes()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Assembly.ImageRuntimeVersion.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.CreateInstance' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.Default' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.GetField' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.GetProperty' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.InvokeMethod' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.SetField' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.BindingFlags System.Reflection.BindingFlags.SetProperty' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.ConstructorInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.ConstructorInfo.MemberType.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeData.Constructor.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.Assembly)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.MemberInfo)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.Module)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeData.GetCustomAttributes(System.Reflection.ParameterInfo)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeNamedArgument.op_Equality(System.Reflection.CustomAttributeNamedArgument, System.Reflection.CustomAttributeNamedArgument)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeNamedArgument.op_Inequality(System.Reflection.CustomAttributeNamedArgument, System.Reflection.CustomAttributeNamedArgument)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeTypedArgument.op_Equality(System.Reflection.CustomAttributeTypedArgument, System.Reflection.CustomAttributeTypedArgument)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.CustomAttributeTypedArgument.op_Inequality(System.Reflection.CustomAttributeTypedArgument, System.Reflection.CustomAttributeTypedArgument)' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.EventInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.GetAddMethod()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.GetAddMethod(System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.GetRaiseMethod()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.GetRaiseMethod(System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.GetRemoveMethod()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.GetRemoveMethod(System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.IsMulticast.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.EventInfo.MemberType.get()' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.FieldInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.FieldInfo.GetOptionalCustomModifiers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.FieldInfo.GetRawConstantValue()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.FieldInfo.GetRequiredCustomModifiers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.FieldInfo.MemberType.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.InvalidFilterCriteriaException..ctor(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.InvalidFilterCriteriaException..ctor(System.String, System.Exception)' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MemberInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.MemberInfo.MemberType.get()' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MethodBase' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.MethodBase.GetMethodImplementationFlags()' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.MethodInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.MethodInfo.GetBaseDefinition()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.MethodInfo.MemberType.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.MethodInfo.ReturnTypeCustomAttributes.get()' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.Module' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.TypeFilter System.Reflection.Module.FilterTypeName' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeFilter System.Reflection.Module.FilterTypeNameIgnoreCase' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.FindTypes(System.Reflection.TypeFilter, System.Object)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetField(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetField(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetFields()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetFields(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetMethod(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetMethod(System.String, System.Type[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetMethods()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetMethods(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetType(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetType(System.String, System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.GetTypes()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.ModuleVersionId.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.Module.ScopeName.get()' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.ParameterInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.ParameterInfo.GetOptionalCustomModifiers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.ParameterInfo.GetRequiredCustomModifiers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.ParameterInfo.RawDefaultValue.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.ParameterModifier..ctor(System.Int32)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.ParameterModifier.Item.get(System.Int32)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.ParameterModifier.Item.set(System.Int32, System.Boolean)' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.PropertyInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetAccessors()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetAccessors(System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetGetMethod()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetGetMethod(System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetOptionalCustomModifiers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetRawConstantValue()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetRequiredCustomModifiers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetSetMethod()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.GetSetMethod(System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.PropertyInfo.MemberType.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TargetException..ctor(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TargetException..ctor(System.String, System.Exception)' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Reflection.TypeInfo' does not implement interface 'System.Reflection.ICustomAttributeProvider' in the implementation but it does in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.FindInterfaces(System.Reflection.TypeFilter, System.Object)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.FindMembers(System.Reflection.MemberTypes, System.Reflection.BindingFlags, System.Reflection.MemberFilter, System.Object)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetConstructor(System.Type[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetConstructors()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetConstructors(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetDefaultMembers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEnumName(System.Object)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEnumNames()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEnumUnderlyingType()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEnumValues()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEvent(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEvent(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEvents()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetEvents(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetField(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetField(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetFields()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetFields(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetGenericArguments()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetInterface(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetInterface(System.String, System.Boolean)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetInterfaces()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMember(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMember(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMember(System.String, System.Reflection.MemberTypes, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMembers()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMembers(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMethod(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMethod(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMethod(System.String, System.Type[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMethod(System.String, System.Type[], System.Reflection.ParameterModifier[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMethods()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetMethods(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetNestedType(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetNestedType(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetNestedTypes()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetNestedTypes(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperties()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperties(System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperty(System.String)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperty(System.String, System.Reflection.BindingFlags)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperty(System.String, System.Type)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperty(System.String, System.Type, System.Type[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperty(System.String, System.Type, System.Type[], System.Reflection.ParameterModifier[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.GetProperty(System.String, System.Type[])' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.IsAssignableFrom(System.Type)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.IsEnumDefined(System.Object)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.IsInstanceOfType(System.Object)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.StructLayoutAttribute.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.TypeInitializer.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'System.Reflection.TypeInfo.UnderlyingSystemType.get()' does not exist in the implementation but it does exist in the contract.