Skip to content

Instantly share code, notes, and snippets.

@mateoatr
Created November 14, 2020 00:59
Show Gist options
  • Save mateoatr/596ba43e079a138ac79b907d2974089d to your computer and use it in GitHub Desktop.
Save mateoatr/596ba43e079a138ac79b907d2974089d to your computer and use it in GitHub Desktop.
Template WPF app linker warnings
ILLink: Trim analysis warning IL2026: .<Module>.<CrtImplementationDetails>.LanguageSupport.ForceLoadRuntimeApis(LanguageSupport* modopt(System.Runtime.CompilerServices.IsConst) modopt(System.Runtime.CompilerServices.IsConst)): Calling 'System.Reflection.Module.GetMethods(BindingFlags)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Methods might be removed.
ILLink: Trim analysis warning IL2080: Microsoft.VisualBasic.CompilerServices.Symbols.Container.LookupNamedMembers(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type Microsoft.VisualBasic.CompilerServices.Symbols/Container::_type' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: Microsoft.VisualBasic.CompilerServices.Symbols.Container.LookupNamedMembers(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'Microsoft.VisualBasic.CompilerServices.Symbols.GetClassConstraint(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2065: Microsoft.VisualBasic.CompilerServices.Symbols.Container.LookupWinRTCollectionInterfaceMembers(String): Value passed to implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2067: Microsoft.VisualBasic.CompilerServices.Conversions.ChangeType(Object,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'TargetType' of method 'Microsoft.VisualBasic.CompilerServices.Conversions.ChangeType(Object,Type,Boolean)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: Microsoft.VisualBasic.CompilerServices.IDOUtils.CreateConvertCallSiteAndInvoke(ConvertBinder,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: Microsoft.VisualBasic.CompilerServices.Symbols.Method.BindGenericArguments(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2057: Microsoft.VisualBasic.FileIO.SpecialDirectories.GetWindowsFormsDirectory(String,String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: Microsoft.VisualBasic.FileIO.SpecialDirectories.GetWindowsFormsDirectory(String,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: .<Module>..cctor(): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: .<Module>..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.TextFormatting.TextMetrics.FullTextLine.WrapException(Exception): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Exception.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.TextFormatting.TextMetrics.FullTextLine.WrapException(Exception): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Exception.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.LocalAppContext.SetupDelegate(): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.LocalAppContext.SetupDelegate(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilGlyphCache_SetCreateGlyphBitmapsCallback(MulticastDelegate): P/invoke method 'MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilGlyphCache_SetCreateGlyphBitmapsCallback(MulticastDelegate)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryCombine(MilMatrix3x2D*,MilMatrix3x2D*,FillRule,Byte*,UInt32,MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,GeometryCombineMode,FillRule&): P/invoke method 'MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryCombine(MilMatrix3x2D*,MilMatrix3x2D*,FillRule,Byte*,UInt32,MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,GeometryCombineMode,FillRule&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryFlatten(MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,FillRule&): P/invoke method 'MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryFlatten(MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,FillRule&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryOutline(MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,FillRule&): P/invoke method 'MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryOutline(MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,FillRule&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryWiden(MIL_PEN_DATA*,Double*,MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,FillRule&): P/invoke method 'MS.Win32.PresentationCore.UnsafeNativeMethods.MilCoreApi.MilUtility_PathGeometryWiden(MIL_PEN_DATA*,Double*,MilMatrix3x2D*,FillRule,Byte*,UInt32,Double,Boolean,Delegate,FillRule&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.WindowsRuntime.Windows.UI.ViewManagement.NativeMethods.RoGetActivationFactory(IntPtr,Guid&,Object&): P/invoke method 'MS.Internal.WindowsRuntime.Windows.UI.ViewManagement.NativeMethods.RoGetActivationFactory(IntPtr,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2075: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionCall(Object,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionCall<TArg1>(Object,String,TArg1): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionCall<TArg1,TArg2>(Object,String,TArg1,TArg2): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionGetField<TResult>(Object,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionGetProperty<TResult>(Object,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionNew(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionNew(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1>(Type,TArg1): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1>(Type,TArg1)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1,TArg2>(Type,TArg1,TArg2): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1,TArg2>(Type,TArg1,TArg2)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult,TArg>(Type,String,TArg): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult,TArg>(Type,String,TArg)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult>(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.PresentationCore.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult>(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Media.Effects.ShaderEffect.CreateInstanceCore(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2050: MS.Win32.Penimc.UnsafeNativeMethods.CoCreateInstance(Guid&,Object,Int32,Guid&): P/invoke method 'MS.Win32.Penimc.UnsafeNativeMethods.CoCreateInstance(Guid&,Object,Int32,Guid&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.Compile.UnsafeNativeMethods.FindMimeFromData(IBindCtx,String,IntPtr,Int32,String,Int32,String&,Int32): P/invoke method 'MS.Win32.Compile.UnsafeNativeMethods.FindMimeFromData(IBindCtx,String,IntPtr,Int32,String,Int32,String&,Int32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: MS.Internal.Controls.ActiveXHelper.CreateIDispatchSTAForwarder(Object): P/invoke method 'MS.Internal.Controls.ActiveXHelper.CreateIDispatchSTAForwarder(Object)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2072: System.Windows.Interop.ActiveXHost.CreateActiveXObject(Guid): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlTypeToType(Baml2006SchemaContext.BamlType): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.Windows.Markup.BamlMapTable.GetAttributeInfoFromId(Int16): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlAttributeInfoRecord.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Markup.BamlMapTable.GetConverterFromId(Int16,Type,ParserContext): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlMapTable.GetTypeFromId(Int16)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.BamlMapTable.GetTypeFromTypeInfo(BamlTypeInfoRecord): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.Windows.Markup.BamlPropertyCustomWriteInfoRecord.WriteRecordData(BinaryWriter): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlPropertyCustomWriteInfoRecord.get_ValueType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.BamlReader.GetPropertyCustomRecordInfo(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlAttributeInfoRecord.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.BamlReader.GetPropertyCustomRecordInfo(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlAttributeInfoRecord.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type,Int16,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type,Int16,Boolean)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.BamlRecordReader.GetREOrEiFromAttributeId(Int16,Boolean&,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: MS.Internal.Globalization.BamlTreeUpdater.BamlTreeUpdateMap.GetContentProperty(String,String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2070: System.Windows.Markup.BamlWriter.GetDpOrPi(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Markup.BamlWriter.GetDpOrPi(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.BamlWriter.GetMi(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Markup.BamlWriter.GetMi(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.BamlWriter.GetMi(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Markup.BamlWriter.GetMi(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.BamlWriter.GetType(String,String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2072: Standard.CLSID.CoCreateInstance<T>(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Data.CollectionView.GetItemProperties(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.ICustomTypeProvider.GetCustomType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Input.CommandConverter.ConvertFromHelper(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Input.CommandConverter.ConvertFromHelper(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Input.CommandConverter.ConvertFromHelper(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Input.CommandConverter.ConvertFromHelper(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Input.CommandValueSerializer.CanConvertToString(Object,IValueSerializerContext): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Input.RoutedCommand.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Input.CommandValueSerializer.CanConvertToString(Object,IValueSerializerContext): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Input.RoutedCommand.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.ComWrappersSupport.GetInterfaceTableEntries(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'WinRT.TypeExtensions.FindVftblType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.ComWrappersSupport.GetInterfaceTableEntries(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'WinRT.TypeExtensions.FindVftblType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.ComWrappersSupport.GetInterfaceTableEntries(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'WinRT.TypeExtensions.GetHelperType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: WinRT.ComWrappersSupport.PregenerateNativeTypeInformation(Object): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: WinRT.ComWrappersSupport.TryUnwrapObject(Object,IObjectReference&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.ComWrappersSupport.TryUnwrapObject(Object,IObjectReference&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.DefaultValueConverter.TryParse(Object,Type,CultureInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'MS.Internal.Data.DefaultValueConverter.TryParse(Object,Type,CultureInfo)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.DefaultValueConverter.TryParse(Object,Type,CultureInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'MS.Internal.Data.DefaultValueConverter.TryParse(Object,Type,CultureInfo)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.DefaultValueConverter.TryParse(Object,Type,CultureInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'MS.Internal.Data.DefaultValueConverter.TryParse(Object,Type,CultureInfo)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: System.Windows.Documents.TextTreeDeleteContentUndoUnit.ElementContentContainer.Do(TextPointer): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Documents.TextTreeDeleteContentUndoUnit/ElementContentContainer::_elementType' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.Primitives.ElementMarkupObject.ShouldSerialize(PropertyDescriptor,Object,XamlDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.EventSetterHandlerConverter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.EventSetterHandlerConverter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object): Calling 'System.Delegate.CreateDelegate(Type,Object,String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The target method might be removed.
ILLink: Trim analysis warning IL2075: WinRT.ExceptionExtensions.SetHResult(Exception,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Exception.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: System.Windows.FrameworkElementFactory.CreateDependencyObject(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.FrameworkElementFactory::_type' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Controls.GridViewHeaderRowPresenter.AddFloatingHeader(GridViewColumnHeader): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: WinRT.GuidGenerator.GetIID(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'WinRT.GuidGenerator.GetIID(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.GuidGenerator.GetSignature(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'WinRT.TypeExtensions.FindHelperType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: WinRT.GuidGenerator.GetSignature(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'WinRT.GuidGenerator.GetSignature(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: Standard.HRESULT.ThrowIfFailed(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Exception.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.Data.IndexedEnumerable.SetCollection(IEnumerable): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetDefaultMembers()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.Data.IndexedEnumerable.SetCollection(IEnumerable): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.Data.IndexedEnumerable.SetCollection(IEnumerable): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2090: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.InternalDispatchObject`1(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'IDispInterface' of 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'MS.Internal.Interop.InternalDispatchObject<IDispInterface>.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2090: WinRT.IObjectReference.AsType<T>(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'WinRT.IObjectReference.AsType<T>()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: MS.Internal.AppModel.JournalEntryPageFunctionType.ResumePageFunction(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: MS.Internal.AppModel.JournalEntryPageFunctionType.ResumePageFunction(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Shell.JumpList.AddCategory(ICustomDestinationList,String,List<JumpList._ShellObjectPair>,List<JumpItem>,List<JumpList._RejectedJumpItemPair>,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Shell.JumpList.ApplyList(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Shell.JumpList.CreateLinkFromJumpTask(JumpTask,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.LayoutDump.DumpParagraphOffset(XmlTextWriter,ParagraphResult,Visual): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.LayoutDump.DumpParagraphOffset(XmlTextWriter,ParagraphResult,Visual): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.LayoutDump.DumpTableCell(XmlTextWriter,ParagraphResult,Visual,Visual): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.LayoutDump.DumpTableCell(XmlTextWriter,ParagraphResult,Visual,Visual): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.LayoutDump.DumpTableCell(XmlTextWriter,ParagraphResult,Visual,Visual): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Data.ListCollectionView.EnsureItemConstructor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Data.CollectionView.GetItemType(Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.LocalAppContext.SetupDelegate(): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.LocalAppContext.SetupDelegate(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.MarkupExtensionParser.FindLongestConstructor(Type,Int32&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'extensionType' of method 'System.Windows.Markup.MarkupExtensionParser.FindLongestConstructor(Type,Int32&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.Marshaler<T>..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.Marshaler`1::AbiType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindCopyAbi(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindCopyManaged(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindCreateMarshaler(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindDisposeMarshaler(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindFromAbi(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindFromManaged(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalGeneric<T>.BindGetAbi(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2065: WinRT.MarshalInspectable.FromAbi(IntPtr): Value passed to implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2060: WinRT.MarshalInterface<T>.BindAs(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2080: WinRT.MarshalInterface<T>.BindFromAbi(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalInterface`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalInterface<T>.BindFromAbi(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalInterface`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: WinRT.MarshalInterface<T>.BindToAbi(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalInterface`1::HelperType' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: WinRT.MarshalNonBlittable<T>.CopyAbiArray(T[],Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: WinRT.MarshalNonBlittable<T>.DisposeAbiArrayElements(ValueTuple<Int32,IntPtr>): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: WinRT.MarshalNonBlittable<T>.FromAbiArray(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type WinRT.MarshalGeneric`1::HelperType' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: Standard.NativeMethods._SHAddToRecentDocs_ShellLink(SHARD,IShellLinkW): P/invoke method 'Standard.NativeMethods._SHAddToRecentDocs_ShellLink(SHARD,IShellLinkW)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: Standard.NativeMethods.GdipCreateBitmapFromStream(IStream,IntPtr&): P/invoke method 'Standard.NativeMethods.GdipCreateBitmapFromStream(IStream,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: Standard.NativeMethods.SHCreateItemFromParsingName(String,IBindCtx,Guid&,Object&): P/invoke method 'Standard.NativeMethods.SHCreateItemFromParsingName(String,IBindCtx,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: Standard.NativeMethods.SHGetItemFromDataObject(IDataObject,DOGIF,Guid&,Object&): P/invoke method 'Standard.NativeMethods.SHGetItemFromDataObject(IDataObject,DOGIF,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.AppModel.NativeMethods2.SHAddToRecentDocs_ShellLink(SHARD,IShellLinkW): P/invoke method 'MS.Internal.AppModel.NativeMethods2.SHAddToRecentDocs_ShellLink(SHARD,IShellLinkW)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.AppModel.NativeMethods2.SHCreateItemFromParsingName(String,IBindCtx,Guid&,Object&): P/invoke method 'MS.Internal.AppModel.NativeMethods2.SHCreateItemFromParsingName(String,IBindCtx,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2080: System.Windows.Data.ObjectDataProvider.InvokeMethodOnInstance(Exception&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Data.ObjectDataProvider::_objectType' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Data.ObjectDataProvider.QueryWorker(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Data.ObjectDataProvider::_objectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2091: WinRT.ObjectReference<T>.GetVtables(IntPtr): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'WinRT.ObjectReference<T>' don't match those on the generic parameter 'T' of 'System.Runtime.InteropServices.Marshal.PtrToStructure<T>(IntPtr)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2090: WinRT.ObjectReference<T>.GetVtables(IntPtr): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'WinRT.ObjectReference<T>' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: Microsoft.Win32.OpenFileDialog.CreateVistaDialog(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: MS.Internal.IO.Packaging.PackageFilter.GetFilterFromClsid(Guid): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.ParserContext.BuildBracketCharacterCacheForType(Type): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2070: System.Windows.Markup.ParserContext.BuildBracketCharacterCacheForType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'extensionType' of method 'System.Windows.Markup.ParserContext.BuildBracketCharacterCacheForType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.ParserContext.BuildBracketCharacterCacheForType(Type): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2055: WinRT.Projections.FindCustomHelperTypeMapping(Type): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: WinRT.Projections.FindCustomPublicTypeForAbiType(Type): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: WinRT.Projections.TryGetCompatibleWindowsRuntimeTypeForVariantType(Type,Type&): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: WinRT.Projections.TryGetDefaultInterfaceTypeForRuntimeClassType(Type,Type&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'runtimeClass' of method 'WinRT.Projections.TryGetDefaultInterfaceTypeForRuntimeClassType(Type,Type&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.PropertyPath.GetPropertyHelper(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.PropertyPath.GetPropertyHelper(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.PropertyPath.GetPropertyHelper(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.PropertyPath.GetPropertyHelper(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.PropertyPathWorker.GetIndexers(Type,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Data.PropertyPathWorker.GetIndexers(Type,Int32)' don't match those on the implicit 'this' parameter of method 'System.Type.GetDefaultMembers()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.PropertyPathWorker.GetIndexers(Type,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Data.PropertyPathWorker.GetIndexers(Type,Int32)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.StaticPropertyChangedEventManager.PropertyRecord.StartListening(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Data.StaticPropertyChangedEventManager.PropertyRecord.StartListening(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Data.StaticPropertyChangedEventManager.PropertyRecord.StopListening(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Data.StaticPropertyChangedEventManager.PropertyRecord.StopListening(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionCall<TArg1>(Object,String,TArg1): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionCall(Object,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionCall<TArg1,TArg2>(Object,String,TArg1,TArg2): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionGetField<TResult>(Object,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionGetProperty<TResult>(Object,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionNew(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionNew(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1>(Type,TArg1): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1>(Type,TArg1)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1,TArg2>(Type,TArg1,TArg2): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionNew<TArg1,TArg2>(Type,TArg1,TArg2)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult>(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult>(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult,TArg>(Type,String,TArg): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.WindowsRuntime.ReflectionHelper.ReflectionStaticCall<TResult,TArg>(Type,String,TArg)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.SystemResources.ResourceDictionaries.LoadExternalAssembly(Boolean,Boolean,Assembly&,String&): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Windows.Markup.RestrictiveXamlXmlReader..cctor(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.RestrictiveXamlXmlReader.RegisterAssembly(Assembly): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: MS.Internal.AppModel.ReturnEventSaver._Attach(Object,PageFunctionBase): Calling 'System.Delegate.CreateDelegate(Type,Object,String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The target method might be removed.
ILLink: Trim analysis warning IL2057: MS.Internal.AppModel.ReturnEventSaver._Attach(Object,PageFunctionBase): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: Microsoft.Win32.SaveFileDialog.CreateVistaDialog(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Annotations.Serializer.Serializer(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Annotations.Serializer.Serializer(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Documents.Serialization.SerializerDescriptor.CreateFromRegistry(RegistryKey,String): Calling 'System.Reflection.Assembly.ReflectionOnlyLoadFrom(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2058: System.Windows.Documents.Serialization.SerializerDescriptor.CreateSerializerFactory(): Parameters passed to method 'System.Reflection.Assembly.CreateInstance(String)' cannot be analyzed. Consider using methods 'System.Type.GetType' and `System.Activator.CreateInstance` instead.
ILLink: Trim analysis warning IL2026: System.Windows.Documents.Serialization.SerializerDescriptor.CreateSerializerFactory(): Calling 'System.Reflection.Assembly.LoadFrom(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2070: MS.Internal.SystemDataHelper.NullValueForSqlNullableType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.SystemDataHelper.NullValueForSqlNullableType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.SystemDataHelper.NullValueForSqlNullableType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.SystemDataHelper.NullValueForSqlNullableType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Documents.TextRangeEdit.InsertElementClone(TextPointer,TextPointer,TextElement): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: System.Windows.Documents.TextTreeExtractElementUndoUnit.DoCore(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Documents.TextTreeExtractElementUndoUnit::_type' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: WinRT.TypeExtensions.FindHelperType(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: WinRT.TypeExtensions.FindHelperType(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2055: WinRT.TypeExtensions.FindVftblType(Type): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: WinRT.TypeExtensions.FindVftblType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'helperType' of method 'WinRT.TypeExtensions.FindVftblType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetNestedType(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.TypeExtensions.GetAbiType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'WinRT.TypeExtensions.GetHelperType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: WinRT.TypeExtensions.GetMarshalerType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'WinRT.TypeExtensions.GetHelperType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: MS.Internal.Data.StaticPropertyChangedEventManager.TypeRecord.StartListening(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type MS.Internal.Data.StaticPropertyChangedEventManager/TypeRecord::_type' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: MS.Internal.Data.StaticPropertyChangedEventManager.TypeRecord.StopListening(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type MS.Internal.Data.StaticPropertyChangedEventManager/TypeRecord::_type' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: System.Windows.Documents.NLGSpellerInterop.UnsafeNlMethods.NlGetClassObject(Guid&,Guid&,Object&): P/invoke method 'System.Windows.Documents.NLGSpellerInterop.UnsafeNlMethods.NlGetClassObject(Guid&,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2060: MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<T>.Vftbl..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IReadOnlyList<T>.Vftbl..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: MS.Internal.WindowsRuntime.ABI.System.Collections.Generic.IEnumerator<T>.Vftbl..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2072: System.Windows.Controls.WebBrowser.WebOCHostingAdaptor.CreateWebOC(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Window.ApplyTaskbarItemInfo(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Baml2006.WpfKnownMemberInvoker.ShouldSerializeValue(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Baml2006.WpfKnownMemberInvoker.ShouldSerializeValue(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Baml2006.WpfMemberInvoker.ShouldSerializeValue(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Baml2006.WpfMemberInvoker.ShouldSerializeValue(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.CreateDelegate(ParserContext,Type,Object,String): Calling 'System.Delegate.CreateDelegate(Type,Object,String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The target method might be removed.
ILLink: Trim analysis warning IL2067: System.Windows.Markup.XamlTypeMapper.CreateInstance(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 't' of method 'System.Windows.Markup.XamlTypeMapper.CreateInstance(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Markup.XamlTypeMapper.CreateInternalInstance(ParserContext,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Markup.XamlTypeMapper.CreateInternalInstance(ParserContext,Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetClrEventInfo(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'owner' of method 'System.Windows.Markup.XamlTypeMapper.GetClrEventInfo(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'owner' of method 'System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Markup.TypeAndSerializer::ObjectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Markup.TypeAndSerializer::ObjectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Markup.TypeAndSerializer::ObjectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'owner' of method 'System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'owner' of method 'System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'owner' of method 'System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Markup.XamlTypeMapper.GetClrInfoForClass(Boolean,Type,String,String,String,Boolean,String&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Markup.TypeAndSerializer::ObjectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetConstructors(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Markup.XamlTypeMapper.GetConstructors(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Markup.XamlTypeMapper.GetInternalTypeHelperFromAssembly(ParserContext): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.XamlTypeMapper.GetInternalTypeHelperTypeFromAssembly(ParserContext)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.GetInternalTypeHelperTypeFromAssembly(ParserContext): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.GetInternalTypeHelperTypeFromAssembly(ParserContext): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.GetObjectType(NamespaceMapEntry,String,Boolean): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.GetObjectType(NamespaceMapEntry,String,Boolean): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetStaticMemberInfo(Type,String,Boolean,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'System.Windows.Markup.XamlTypeMapper.GetStaticMemberInfo(Type,String,Boolean,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.GetStaticMemberInfo(Type,String,Boolean,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'System.Windows.Markup.XamlTypeMapper.GetStaticMemberInfo(Type,String,Boolean,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.GetTypeFromName(String,DependencyObject): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.XamlTypeMapper.GetTypeFromName(String,DependencyObject): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2080: System.Windows.Markup.XamlTypeMapper.GetXmlLangProperty(String,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Markup.TypeAndSerializer::ObjectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.XamlTypeMapper.GetXmlLangProperty(String,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.TypeIndexer.get_Item(Int32)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.PropertyInfoFromName(String,Type,Boolean,Boolean,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Markup.XamlTypeMapper.PropertyInfoFromName(String,Type,Boolean,Boolean,Boolean&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.PropertyInfoFromName(String,Type,Boolean,Boolean,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Markup.XamlTypeMapper.PropertyInfoFromName(String,Type,Boolean,Boolean,Boolean&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.XamlTypeMapper.PropertyInfoFromName(String,Type,Boolean,Boolean,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.Windows.Markup.XamlTypeMapper.PropertyInfoFromName(String,Type,Boolean,Boolean,Boolean&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.XamlTypeMapper.UpdateAttachedPropertyMethdodInfo(BamlAttributeInfoRecord,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlAttributeInfoRecord.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.XamlTypeMapper.UpdateAttachedPropertyMethdodInfo(BamlAttributeInfoRecord,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.BamlAttributeInfoRecord.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.Data.XDeferredAxisSource.get_Item(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetDefaultMembers()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: MS.Internal.Documents.PeoplePickerWrapper.OpenQueryWindow(IntPtr): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetTypeFromCLSID(Guid)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Xps.Serialization.SerializersCacheManager.CreateReachSerializer(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'serializerType' of method 'System.Windows.Xps.Serialization.SerializersCacheManager.CreateReachSerializer(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Xps.Serialization.SerializersCacheManager.GetTypeDependencyPropertiesCacheItem(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Xps.Serialization.SerializersCacheManager.GetTypeDependencyPropertiesCacheItem(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Xps.Serialization.TypeCacheItem.GetClrSerializableProperties(SerializersCacheManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Xps.Serialization.TypeCacheItem::type' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: MS.Internal.Printing.Configuration.UnsafeNativeMethods.CreateStreamOnHGlobal(SafeMemoryHandle,Boolean,IStream&): P/invoke method 'MS.Internal.Printing.Configuration.UnsafeNativeMethods.CreateStreamOnHGlobal(SafeMemoryHandle,Boolean,IStream&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTConvertDevModeToPrintTicketImpl(SafePTProviderHandle,UInt32,HandleRef,UInt32,IStream): P/invoke method 'MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTConvertDevModeToPrintTicketImpl(SafePTProviderHandle,UInt32,HandleRef,UInt32,IStream)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTConvertPrintTicketToDevModeImpl(SafePTProviderHandle,IStream,UInt32,UInt32,UInt32&,IntPtr&,String&): P/invoke method 'MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTConvertPrintTicketToDevModeImpl(SafePTProviderHandle,IStream,UInt32,UInt32,UInt32&,IntPtr&,String&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTGetPrintCapabilitiesImpl(SafePTProviderHandle,IStream,IStream,String&): P/invoke method 'MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTGetPrintCapabilitiesImpl(SafePTProviderHandle,IStream,IStream,String&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTMergeAndValidatePrintTicketImpl(SafePTProviderHandle,IStream,IStream,UInt32,IStream,String&): P/invoke method 'MS.Internal.Printing.Configuration.UnsafeNativeMethods.PTMergeAndValidatePrintTicketImpl(SafePTProviderHandle,IStream,IStream,UInt32,IStream,String&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2075: System.CodeDom.Compiler.CompilerInfo.CreateProvider(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.CodeDom.Compiler.CompilerInfo.get_CodeDomProviderType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.CodeDom.Compiler.CompilerInfo.CreateProvider(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.CodeDom.Compiler.CompilerInfo.get_CodeDomProviderType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.CodeDom.Compiler.CompilerInfo.CreateProvider(IDictionary<String,String>): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.CodeDom.Compiler.CompilerInfo.get_CodeDomProviderType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.CodeDom.Compiler.CompilerInfo.get_CodeDomProviderType(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.CodeDom.Compiler.CompilerInfo.get_IsCodeDomProviderTypeValid(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly(): Calling 'System.Reflection.Assembly.LoadFile(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2075: System.ComponentModel.AttributeCollection.GetDefaultAttribute(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.AttributeCollection.GetDefaultAttribute(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_UnderlyingSystemType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2087: System.ComponentModel.BindingList<T>.AddNewCore(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'System.ComponentModel.BindingList<T>' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2090: System.ComponentModel.BindingList<T>.get_ItemTypeHasDefaultConstructor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'System.ComponentModel.BindingList<T>' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.ComponentModel.TypeDescriptor.ComNativeDescriptorProxy.ComNativeDescriptorProxy(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String,Boolean)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.ComponentModel.TypeDescriptor.ComNativeDescriptorProxy.ComNativeDescriptorProxy(): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.ComponentModel.ComponentResourceManager.ApplyResources(Object,String,CultureInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ComponentResourceManager.ApplyResources(Object,String,CultureInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.EnumConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.EnumConverter.get_EnumType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.EnumConverter.GetStandardValues(ITypeDescriptorContext): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.EnumConverter.get_EnumType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.ComponentModel.MaskedTextProvider.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.MemberDescriptor.FindMethod(Type,String,Type[],Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'componentClass' of method 'System.ComponentModel.MemberDescriptor.FindMethod(Type,String,Type[],Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.MemberDescriptor.FindMethod(Type,String,Type[],Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'componentClass' of method 'System.ComponentModel.MemberDescriptor.FindMethod(Type,String,Type[],Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.NullableConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.NullableConverter.get_NullableType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.PropertyDescriptor.CreateInstance(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.ComponentModel.PropertyDescriptor.CreateInstance(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.PropertyDescriptor.GetTypeFromName(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.ComponentModel.PropertyDescriptor.GetTypeFromName(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.ComponentModel.PropertyTabAttribute.get_TabClasses(): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.ComponentModel.PropertyTabAttribute.get_TabClasses(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetEditorAttribute(AttributeCollection,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetTypeFromName(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetTypeFromName(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetTypeFromName(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectEventDescriptor.FillEventInfoAttribute(EventInfo,IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_ReflectedType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectEventDescriptor.FillMethods(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.ComponentModel.ReflectEventDescriptor.FillMethods(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.ComponentModel.ReflectEventDescriptor::_componentClass' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectEventDescriptor.FillSingleMethodAttribute(MethodInfo,IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_ReflectedType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectPropertyDescriptor.FillAttributes(IList): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectPropertyDescriptor.FillAttributes(IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectPropertyDescriptor.FillAttributes(IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.ComponentModel.ReflectPropertyDescriptor.FillAttributes(IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.ComponentModel.ReflectPropertyDescriptor::_componentClass' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectPropertyDescriptor.FillAttributes(IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.ComponentModel.ReflectPropertyDescriptor.FillAttributes(IList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.ComponentModel.ReflectPropertyDescriptor::_componentClass' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.ComponentModel.ReflectPropertyDescriptor.get_GetMethodValue(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.ComponentModel.ReflectPropertyDescriptor::_componentClass' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectPropertyDescriptor.get_SetMethodValue(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.ComponentModel.ReflectPropertyDescriptor.get_SetMethodValue(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.ComponentModel.ReflectPropertyDescriptor::_componentClass' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objectType' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[])' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objectType' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objectType' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objectType' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(Type,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objectType' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.CreateInstance(Type,Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2059: System.ComponentModel.ReflectTypeDescriptionProvider.GetEditorTable(Type): Unrecognized value passed to the parameter 'type' of method 'System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle)'. It's not possible to guarantee the availability of the target static constructor.
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.GetIntrinsicTypeEditor(Hashtable,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.GetIntrinsicTypeEditor(Hashtable,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectTypeDescriptionProvider.GetIntrinsicTypeEditor(Hashtable,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Collections.Hashtable.get_Item(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.GetTypeFromName(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.ComponentModel.ReflectTypeDescriptionProvider.GetTypeFromName(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2070: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetEvents(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetEvents(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvents(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetExtendedProperties(IExtenderProvider): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetExtendedProperties(IExtenderProvider): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetProperties(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetProperties(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.ComponentModel.TypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objectType' of method 'System.ComponentModel.TypeDescriptionProvider.CreateInstance(IServiceProvider,Type,Type[],Object[])' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.TypeDescriptor.CreateDesigner(IComponent,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.ComponentModel.TypeDescriptor.CreateDesigner(IComponent,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.ComponentModel.TypeDescriptor.CreateDesigner(IComponent,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.ITypeResolutionService.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Configuration.ApplicationSettingsBase.CreateSetting(PropertyInfo): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.Configuration.ApplicationSettingsBase.EnsureInitialized(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Configuration.ApplicationSettingsBase.get_Initializer(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2080: System.Configuration.CallbackValidatorAttribute.get_ValidatorInstance(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Configuration.CallbackValidatorAttribute::_type' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Configuration.ConfigurationElement.CreatePropertyBagFromType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Configuration.ConfigurationElement.CreatePropertyBagFromType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Configuration.ConfigurationElement.Dump(TextWriter): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Configuration.ConfigurationErrorsException.ConfigurationErrorsException(SerializationInfo,StreamingContext): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.GetConfigType(String,Boolean): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.Configuration.SettingsPropertyValue.Deserialize(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Configuration.TypeUtil.CreateInstance(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Configuration.TypeUtil.CreateInstance(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Configuration.TypeUtil.CreateInstance<T>(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Configuration.TypeUtil.GetType(String,Boolean)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Configuration.TypeUtil.GetConstructor(Type,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Configuration.TypeUtil.GetConstructor(Type,Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,CallingConventions,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Configuration.TypeUtil.GetImplicitType(String): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Configuration.TypeUtil.GetImplicitType(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Configuration.TypeUtil.GetType(String,Boolean): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2080: System.Data.Common.SqlUdtStorage.<>c__DisplayClass6_0.<GetStaticNullForUdtType>b__0(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.Common.SqlUdtStorage/<>c__DisplayClass6_0::type' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Data.Common.SqlUdtStorage.<>c__DisplayClass6_0.<GetStaticNullForUdtType>b__0(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.Common.SqlUdtStorage/<>c__DisplayClass6_0::type' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Data.DataColumn.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Data.DataColumn.get_DefaultValue(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.DataColumn::_dataType' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Data.DataSet.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Data.Common.DataStorage.GetType(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Data.DataTable.CreateInstance(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Data.DataTable.DeserializeTableSchema(SerializationInfo,StreamingContext,Boolean): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Data.FunctionNode.GetDataType(ExpressionNode): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Data.FunctionNode.GetDataType(ExpressionNode): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2077: System.Data.Common.ObjectStorage.ConvertXmlToObject(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.Common.DataStorage::_dataType' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: System.Data.Common.ObjectStorage.ConvertXmlToObject(XmlReader,XmlRootAttribute): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.Common.DataStorage::_dataType' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Data.Common.ObjectStorage.ConvertXmlToObject(XmlReader,XmlRootAttribute): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Data.Common.ObjectStorage.ConvertXmlToObject(XmlReader,XmlRootAttribute): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Data.XSDSchema.XsdtoClr(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Data.Common.ObjectStorage.ConvertXmlToObject(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Data.Common.SqlUdtStorage.ConvertXmlToObject(XmlReader,XmlRootAttribute): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: System.Data.Common.SqlUdtStorage.ConvertXmlToObject(XmlReader,XmlRootAttribute): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.Common.DataStorage::_dataType' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Data.Common.SqlUdtStorage.ConvertXmlToObject(XmlReader,XmlRootAttribute): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2077: System.Data.Common.SqlUdtStorage.ConvertXmlToObject(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Data.Common.DataStorage::_dataType' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Boolean)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Data.XSDSchema.SetProperties(Object,XmlAttribute[]): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2070: System.Diagnostics.DiagnosticSourceEventSource.FilterAndTransform.MakeImplicitTransforms(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Diagnostics.DiagnosticSourceEventSource.FilterAndTransform.MakeImplicitTransforms(Type)' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.get_DeclaredProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Diagnostics.DiagnosticSourceEventSource.TransformSpec.PropertySpec.PropertyFetch.FetcherForProperty(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Diagnostics.DiagnosticSourceEventSource.TransformSpec.PropertySpec.PropertyFetch.FetcherForProperty(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.GetDeclaredProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.DirectoryServices.DirectoryEntry.Invoke(String,Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.DirectoryServices.DirectoryEntry.InvokeGet(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.DirectoryServices.DirectoryEntry.InvokeSet(String,Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: System.DirectoryServices.Interop.UnsafeNativeMethods.IntADsOpenObject(String,String,String,Int32,Guid&,Object&): P/invoke method 'System.DirectoryServices.Interop.UnsafeNativeMethods.IntADsOpenObject(String,String,String,Int32,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2026: System.Drawing.BitmapSelector.DoesAssemblyHaveCustomAttribute(Assembly,String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipCreateBitmapFromStream(Interop.Ole32.IStream,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipCreateBitmapFromStream(Interop.Ole32.IStream,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipCreateBitmapFromStreamICM(Interop.Ole32.IStream,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipCreateBitmapFromStreamICM(Interop.Ole32.IStream,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipCreateMetafileFromStream(Interop.Ole32.IStream,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipCreateMetafileFromStream(Interop.Ole32.IStream,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipGetMetafileHeaderFromStream(Interop.Ole32.IStream,IntPtr): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipGetMetafileHeaderFromStream(Interop.Ole32.IStream,IntPtr)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipLoadImageFromStream(Interop.Ole32.IStream,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipLoadImageFromStream(Interop.Ole32.IStream,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipLoadImageFromStreamICM(Interop.Ole32.IStream,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipLoadImageFromStreamICM(Interop.Ole32.IStream,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipRecordMetafileStream(Interop.Ole32.IStream,IntPtr,EmfType,RectangleF&,MetafileFrameUnit,String,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipRecordMetafileStream(Interop.Ole32.IStream,IntPtr,EmfType,RectangleF&,MetafileFrameUnit,String,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipRecordMetafileStream(Interop.Ole32.IStream,IntPtr,EmfType,IntPtr,MetafileFrameUnit,String,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipRecordMetafileStream(Interop.Ole32.IStream,IntPtr,EmfType,IntPtr,MetafileFrameUnit,String,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipRecordMetafileStreamI(Interop.Ole32.IStream,IntPtr,EmfType,Rectangle&,MetafileFrameUnit,String,IntPtr&): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipRecordMetafileStreamI(Interop.Ole32.IStream,IntPtr,EmfType,Rectangle&,MetafileFrameUnit,String,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Drawing.SafeNativeMethods.Gdip.GdipSaveImageToStream(HandleRef,Interop.Ole32.IStream,Guid&,HandleRef): P/invoke method 'System.Drawing.SafeNativeMethods.Gdip.GdipSaveImageToStream(HandleRef,Interop.Ole32.IStream,Guid&,HandleRef)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: System.Drawing.Icon.OleCreatePictureIndirect(Icon.PICTDESC,Guid&,Boolean): P/invoke method 'System.Drawing.Icon.OleCreatePictureIndirect(Icon.PICTDESC,Guid&,Boolean)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2070: System.Drawing.ColorTable.FillWithProperties(Dictionary<String,Color>,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'typeWithColors' of method 'System.Drawing.ColorTable.FillWithProperties(Dictionary<String,Color>,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Linq.Expressions.Compiler.AssemblyGen.DefineType(String,Type,TypeAttributes): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'parent' of method 'System.Linq.Expressions.Compiler.AssemblyGen.DefineType(String,Type,TypeAttributes)' don't match those on the parameter 'parent' of method 'System.Reflection.Emit.ModuleBuilder.DefineType(String,TypeAttributes,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.CreateCustomUpdateDelegate(MethodInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.MakeUpdateDelegate(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.CompilerServices.CallSite<T>.MakeUpdateDelegate(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2080: System.Linq.Expressions.Compiler.CompilerScope.ElementBoxStorage.ElementBoxStorage(CompilerScope.Storage,Int32,ParameterExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Linq.Expressions.Compiler.CompilerScope/ElementBoxStorage::_boxType' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Linq.Expressions.Expression.ApplyTypeArgs(MethodInfo,Type[]): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Expression.CheckMethod(MethodInfo,MethodInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Expression.Field(Expression,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Expression.Field(Expression,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Expression.FindMethod(Type,String,Type[],Expression[],BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Linq.Expressions.Expression.FindMethod(Type,String,Type[],Expression[],BindingFlags)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Expression.GetProperty(MethodInfo,String,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Expression.Property(Expression,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Expression.Property(Expression,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.ExpressionStringBuilder.VisitExtension(Expression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.EmitArray(ILGenerator,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'arrayType' of method 'System.Linq.Expressions.Compiler.ILGen.EmitArray(ILGenerator,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.EmitGetValue(ILGenerator,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'nullableType' of method 'System.Linq.Expressions.Compiler.ILGen.EmitGetValue(ILGenerator,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.EmitGetValueOrDefault(ILGenerator,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'nullableType' of method 'System.Linq.Expressions.Compiler.ILGen.EmitGetValueOrDefault(ILGenerator,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.EmitHasValue(ILGenerator,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'nullableType' of method 'System.Linq.Expressions.Compiler.ILGen.EmitHasValue(ILGenerator,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.EmitNonNullableToNullableConversion(ILGenerator,Type,Type,Boolean,ILocalCache): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'typeTo' of method 'System.Linq.Expressions.Compiler.ILGen.EmitNonNullableToNullableConversion(ILGenerator,Type,Type,Boolean,ILocalCache)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.EmitNullableToNullableConversion(ILGenerator,Type,Type,Boolean,ILocalCache): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'typeTo' of method 'System.Linq.Expressions.Compiler.ILGen.EmitNullableToNullableConversion(ILGenerator,Type,Type,Boolean,ILocalCache)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.ILGen.TryEmitILConstant(ILGenerator,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Linq.Expressions.Compiler.ILGen.TryEmitILConstant(ILGenerator,Object,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Compiler.LambdaCompiler.AddressOf(MethodCallExpression,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Compiler.LambdaCompiler.AddressOf(MethodCallExpression,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Compiler.LambdaCompiler.AddressOf(IndexExpression,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Compiler.LambdaCompiler.EmitDynamicExpression(Expression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.LambdaCompiler.EmitGetArrayElement(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'arrayType' of method 'System.Linq.Expressions.Compiler.LambdaCompiler.EmitGetArrayElement(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Compiler.LambdaCompiler.EmitInvocationExpression(Expression,LambdaCompiler.CompilationFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.LambdaCompiler.EmitLift(ExpressionType,Type,MethodCallExpression,ParameterExpression[],Expression[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'resultType' of method 'System.Linq.Expressions.Compiler.LambdaCompiler.EmitLift(ExpressionType,Type,MethodCallExpression,ParameterExpression[],Expression[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.LambdaCompiler.EmitLift(ExpressionType,Type,MethodCallExpression,ParameterExpression[],Expression[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'resultType' of method 'System.Linq.Expressions.Compiler.LambdaCompiler.EmitLift(ExpressionType,Type,MethodCallExpression,ParameterExpression[],Expression[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.LambdaCompiler.EmitLiftedBinaryArithmetic(ExpressionType,Type,Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'resultType' of method 'System.Linq.Expressions.Compiler.LambdaCompiler.EmitLiftedBinaryArithmetic(ExpressionType,Type,Type,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.LambdaCompiler.EmitSetArrayElement(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'arrayType' of method 'System.Linq.Expressions.Compiler.LambdaCompiler.EmitSetArrayElement(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Linq.Expressions.Compiler.LambdaCompiler.EmitUnary(UnaryExpression,LambdaCompiler.CompilationFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Expressions.Expression.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Linq.Expressions.Compiler.LambdaCompiler.EmitUnaryOperator(ExpressionType,Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'resultType' of method 'System.Linq.Expressions.Compiler.LambdaCompiler.EmitUnaryOperator(ExpressionType,Type,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Dynamic.DynamicObject.MetaDynamic.IsOverridden(MethodInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Dynamic.Utils.TypeExtensions.GetAnyStaticMethodValidated(Type,String,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Dynamic.Utils.TypeExtensions.GetAnyStaticMethodValidated(Type,String,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Dynamic.Utils.TypeUtils.GetInvokeMethod(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'delegateType' of method 'System.Dynamic.Utils.TypeUtils.GetInvokeMethod(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Dynamic.Utils.TypeUtils.GetUserDefinedCoercionMethod(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Dynamic.Utils.TypeUtils.GetNonNullableType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Dynamic.Utils.TypeUtils.GetUserDefinedCoercionMethod(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Dynamic.Utils.TypeUtils.GetNonNullableType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2079: System.ComponentModel.TypeConverterAttribute.TypeConverterAttribute(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.String System.String::Empty' don't match those on the field 'System.String System.ComponentModel.TypeConverterAttribute::<ConverterTypeName>k__BackingField'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Windows.Markup.ValueSerializerAttribute.get_ValueSerializerType(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2080: System.Resources.ResourceReader.<>c.<InitializeBinaryFormatter>b__6_1(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Resources.ResourceReader::s_binaryFormatterType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Resources.ResourceReader.<>c.<InitializeBinaryFormatter>b__6_1(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2026: System.Reflection.Associates.AssignAssociates(Int32,RuntimeType,RuntimeType): Calling 'System.Reflection.Module.ResolveMethod(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2075: System.Attribute.GetParentDefinition(PropertyInfo,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Attribute.GetParentDefinition(EventInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Reflection.Emit.ConstructorBuilder.ConstructorBuilder(String,MethodAttributes,CallingConventions,Type[],ModuleBuilder,TypeBuilder): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Reflection.Emit.ConstructorBuilder.ConstructorBuilder(String,MethodAttributes,CallingConventions,Type[],ModuleBuilder,TypeBuilder)' don't match those on the parameter 'type' of method 'System.Reflection.Emit.ConstructorBuilder.ConstructorBuilder(String,MethodAttributes,CallingConventions,Type[],Type[][],Type[][],ModuleBuilder,TypeBuilder)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2065: System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder`1&,RuntimeModule,Int32,RuntimeType,Boolean,RuntimeType.ListBuilder<Object>): Value passed to implicit 'this' parameter of method 'System.Type.GetProperty(String,Type,Type[])' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2065: System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder`1&,RuntimeModule,Int32,RuntimeType,Boolean,RuntimeType.ListBuilder<Object>): Value passed to implicit 'this' parameter of method 'System.Type.GetProperty(String)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2065: System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder`1&,RuntimeModule,Int32,RuntimeType,Boolean,RuntimeType.ListBuilder<Object>): Value passed to implicit 'this' parameter of method 'System.Type.GetField(String)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2026: System.Reflection.CustomAttribute.FilterCustomAttributeRecord(MetadataToken,MetadataImport&,RuntimeModule,MetadataToken,RuntimeType,Boolean,ListBuilder`1&,RuntimeType&,IRuntimeMethodInfo&,Boolean&): Calling 'System.Reflection.Module.ResolveType(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2026: System.Reflection.CustomAttribute.FilterCustomAttributeRecord(MetadataToken,MetadataImport&,RuntimeModule,MetadataToken,RuntimeType,Boolean,ListBuilder`1&,RuntimeType&,IRuntimeMethodInfo&,Boolean&): Calling 'System.Reflection.Module.ResolveMethod(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2026: System.Reflection.CustomAttribute.GetAttributeUsage(RuntimeType): Calling 'System.Reflection.Module.ResolveType(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2075: System.Reflection.CustomAttributeData.CustomAttributeData(RuntimeModule,MetadataToken,ConstArray&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Reflection.CustomAttributeData.CustomAttributeData(RuntimeModule,MetadataToken,ConstArray&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Reflection.CustomAttributeData.Init(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2064: System.Reflection.Emit.EnumBuilder.EnumBuilder(String,Type,TypeAttributes,ModuleBuilder): Value assigned to System.Reflection.Emit.TypeBuilder System.Reflection.Emit.EnumBuilder::m_typeBuilder can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2075: System.Diagnostics.Tracing.EventSource.CreateManifestAndDescriptors(Type,String,EventSource,EventManifestOptions): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetNestedType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Diagnostics.Tracing.EventSource.EnsureDescriptorsInitialized(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter 'eventSourceType' of method 'System.Diagnostics.Tracing.EventSource.CreateManifestAndDescriptors(Type,String,EventSource,EventManifestOptions)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Resources.ManifestBasedResourceGroveler.CreateResourceSet(Stream,Assembly): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String,Boolean,Boolean)' don't match those on the parameter 'type' of method 'System.Activator.CreateInstance(Type,BindingFlags,Binder,Object[],CultureInfo,Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Resources.ManifestBasedResourceGroveler.CreateResourceSet(Stream,Assembly): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Resources.ManifestBasedResourceGroveler.CreateResourceSet(Stream,Assembly): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String,Boolean)' don't match those on the parameter 'type' of method 'System.Activator.CreateInstance(Type,Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Resources.ManifestBasedResourceGroveler.CreateResourceSet(Stream,Assembly): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.Diagnostics.Tracing.ManifestBuilder.CreateManifestString(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Collections.Generic.Dictionary<TKey,TValue>.ValueCollection.Enumerator.get_Current()' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Diagnostics.Tracing.ManifestBuilder.GetTypeName(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Diagnostics.Tracing.ManifestBuilder.GetTypeName(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Reflection.Emit.ModuleBuilder.GetMemberRefToken(MethodBase,IEnumerable<Type>): Calling 'System.Reflection.Module.ResolveMethod(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2026: System.Reflection.Emit.ModuleBuilder.GetMemberRefToken(MethodBase,IEnumerable<Type>): Calling 'System.Reflection.Module.ResolveMethod(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2026: System.Reflection.Emit.ModuleBuilder.GetTypeNoLock(String,Boolean,Boolean): Calling 'System.Reflection.Module.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Reflection.Emit.ModuleBuilder.GetTypeNoLock(String,Boolean,Boolean): Calling 'System.Reflection.Module.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2070: System.Diagnostics.Tracing.NullableTypeInfo.NullableTypeInfo(Type,List<Type>): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Diagnostics.Tracing.NullableTypeInfo.NullableTypeInfo(Type,List<Type>)' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.GetDeclaredProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Diagnostics.Tracing.NullableTypeInfo.WriteData(TraceLoggingDataCollector,PropertyValue): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Diagnostics.Tracing.TraceLoggingTypeInfo.get_DataType()' don't match those on the parameter 'type' of method 'System.Activator.CreateInstance(Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Resources.ResourceReader.FindType(Int32): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2077: System.Resources.ResourceReader.InitializeBinaryFormatter(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Resources.ResourceReader::s_binaryFormatterType' don't match those on the parameter 'type' of method 'System.Activator.CreateInstance(Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Reflection.RuntimeAssembly.AddPublicNestedTypes(Type,List<Type>,List<Exception>): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Reflection.RuntimeAssembly.AddPublicNestedTypes(Type,List<Type>,List<Exception>)' don't match those on the implicit 'this' parameter of method 'System.Type.GetNestedTypes(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2059: System.Reflection.RuntimeConstructorInfo.Invoke(Object,BindingFlags,Binder,Object[],CultureInfo): Unrecognized value passed to the parameter 'type' of method 'System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle)'. It's not possible to guarantee the availability of the target static constructor.
ILLink: Trim analysis warning IL2075: System.Reflection.RuntimeModule.GetMethodInternal(String,BindingFlags,Binder,CallingConventions,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.RuntimeModule.get_RuntimeType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Reflection.RuntimeModule.GetMethodInternal(String,BindingFlags,Binder,CallingConventions,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.RuntimeModule.get_RuntimeType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,CallingConventions,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Reflection.RuntimeModule.ResolveLiteralField(Int32,Type[],Type[]): Calling 'System.Reflection.Module.ResolveType(Int32,Type[],Type[])' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Trimming changes metadata tokens.
ILLink: Trim analysis warning IL2075: System.Reflection.RuntimeModule.ResolveLiteralField(Int32,Type[],Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Module.ResolveType(Int32,Type[],Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Reflection.RuntimeModule.ResolveLiteralField(Int32,Type[],Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Module.ResolveType(Int32,Type[],Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.RuntimeType.GetMethodBase(RuntimeType,RuntimeMethodHandleInternal): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'reflectedType' of method 'System.RuntimeType.GetMethodBase(RuntimeType,RuntimeMethodHandleInternal)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.RuntimeTypeHandle.GetTypeHelper(Type,Type[],IntPtr,Int32): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Reflection.SignatureTypeExtensions.TryMakeGenericType(Type,Type[]): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Diagnostics.StackTrace.TryResolveStateMachineMethod(MethodBase&,Type&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Diagnostics.Tracing.TypeAnalysis.TypeAnalysis(Type,EventDataAttribute,List<Type>): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'dataType' of method 'System.Diagnostics.Tracing.TypeAnalysis.TypeAnalysis(Type,EventDataAttribute,List<Type>)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2082: System.Reflection.Emit.TypeBuilder.DefineConstructorNoLock(MethodAttributes,CallingConventions,Type[],Type[][],Type[][]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Reflection.Emit.TypeBuilder.DefineConstructorNoLock(MethodAttributes,CallingConventions,Type[],Type[][],Type[][])' don't match those on the parameter 'type' of method 'System.Reflection.Emit.ConstructorBuilder.ConstructorBuilder(String,MethodAttributes,CallingConventions,Type[],Type[][],Type[][],ModuleBuilder,TypeBuilder)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Reflection.Emit.TypeBuilder.DefineDefaultConstructorNoLock(MethodAttributes): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetGenericTypeDefinition()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Reflection.Emit.TypeBuilder.DefineDefaultConstructorNoLock(MethodAttributes): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Reflection.Emit.TypeBuilder.DefineDefaultConstructorNoLock(MethodAttributes): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Reflection.Emit.TypeBuilder.DefineDefaultConstructorNoLock(MethodAttributes): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetGenericTypeDefinition()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2082: System.Reflection.Emit.TypeBuilder.DefineMethodNoLock(String,MethodAttributes,CallingConventions,Type,Type[],Type[],Type[],Type[][],Type[][]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Reflection.Emit.TypeBuilder.DefineMethodNoLock(String,MethodAttributes,CallingConventions,Type,Type[],Type[],Type[],Type[][],Type[][])' don't match those on the parameter 'type' of method 'System.Reflection.Emit.MethodBuilder.MethodBuilder(String,MethodAttributes,CallingConventions,Type,Type[],Type[],Type[],Type[][],Type[][],ModuleBuilder,TypeBuilder)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Reflection.Emit.TypeBuilder.GetConstructor(Type,ConstructorInfo): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Reflection.Emit.TypeBuilderInstantiation.Substitute(Type[]): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2026: System.TypeNameParser.ResolveType(Assembly,String[],Func<Assembly,String,Boolean,Type>,Boolean,Boolean,StackCrawlMark&): Calling 'System.Reflection.Assembly.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.TypeNameParser.ResolveType(Assembly,String[],Func<Assembly,String,Boolean,Type>,Boolean,Boolean,StackCrawlMark&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Func<T1,T2,T3,TResult>.Invoke(Func<T1,T2,T3,TResult>.T1,Func<T1,T2,T3,TResult>.T2,Func<T1,T2,T3,TResult>.T3)' don't match those on the implicit 'this' parameter of method 'System.Type.GetNestedType(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.ClassDataContract.IsNonAttributedTypeValidForSerialization(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.ClassDataContract.IsNonAttributedTypeValidForSerialization(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.EnsureMethodsImported(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.DataContractCriticalHelper.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.GetISerializableConstructor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.DataContractCriticalHelper.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.GetNonAttributedTypeConstructor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.DataContractCriticalHelper.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.ImportDataMembers(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.DataContractCriticalHelper.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.ImportDataMembers(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.DataContractCriticalHelper.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.SetKeyValuePairAdapterFlags(Type): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.SetKeyValuePairAdapterFlags(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.SetKeyValuePairAdapterFlags(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.SetKeyValuePairAdapterFlags(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.SetKeyValuePairAdapterFlags(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CodeGenerator.BeginMethod(String,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'delegateType' of method 'System.Runtime.Serialization.CodeGenerator.BeginMethod(String,Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.FindCollectionMethodsOnInterface(Type,Type,MethodInfo&,MethodInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Enumerable.FirstOrDefault<TSource>(IEnumerable<TSource>)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.FindCollectionMethodsOnInterface(Type,Type,MethodInfo&,MethodInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Enumerable.FirstOrDefault<TSource>(IEnumerable<TSource>)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods(Type,Type,Type[],Boolean,MethodInfo&,MethodInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods(Type,Type,Type[],Boolean,MethodInfo&,MethodInfo&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods(Type,Type,Type[],Boolean,MethodInfo&,MethodInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods(Type,Type,Type[],Boolean,MethodInfo&,MethodInfo&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods(Type,Type,Type[],Boolean,MethodInfo&,MethodInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods(Type,Type,Type[],Boolean,MethodInfo&,MethodInfo&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.GetTargetMethodWithName(String,Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Linq.Enumerable.FirstOrDefault<TSource>(IEnumerable<TSource>)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfIEnumerableGeneric()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfICollectionGeneric()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.IsCollectionOrTryCreate(Type,Boolean,DataContract&,Type&,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfIEnumerableGeneric()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.CollectionDataContract.CollectionDataContractCriticalHelper.GetCollectionElementType(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfGenericDictionaryEnumerator()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.CollectionDataContractCriticalHelper.GetCollectionElementType(): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.CollectionDataContract.CollectionDataContractCriticalHelper.GetEnumeratorForCollection(Object): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.CollectionDataContract.CollectionDataContractCriticalHelper.IncrementCollectionCount(XmlWriterDelegator,Object,XmlObjectSerializerWriteContext): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.CollectionDataContract.CollectionDataContractCriticalHelper.IncrementCollectionCount(XmlWriterDelegator,Object,XmlObjectSerializerWriteContext): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.CollectionDataContract.CollectionDataContractCriticalHelper.IncrementCollectionCount(XmlWriterDelegator,Object,XmlObjectSerializerWriteContext): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.CreateObject(ClassDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfDBNull()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.GenerateClassReader(ClassDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.InitArgs(Type): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.ReadCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.ReadCollection(CollectionDataContract): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.ReadCollection(CollectionDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.ReadCollection(CollectionDataContract): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.UnwrapNullableObject(LocalBuilder): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.UnwrapNullableObject(LocalBuilder): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.UnwrapNullableObject(LocalBuilder): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.WrapNullableObject(LocalBuilder,LocalBuilder,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.LocalVariableInfo.get_LocalType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.WrapNullableObject(LocalBuilder,LocalBuilder,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfNullable()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.WrapNullableObject(LocalBuilder,LocalBuilder,Int32): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfGenericDictionaryEnumerator()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfGenericDictionaryEnumerator()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfGenericDictionaryEnumerator()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.WriteCollection(CollectionDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.DataContract.ImportKnownTypeAttributes(Type,Dictionary<Type,Type>,Dictionary`2&): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.DataContract.ImportKnownTypeAttributes(Type,Dictionary<Type,Type>,Dictionary`2&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.DataContract.ImportKnownTypeAttributes(Type,Dictionary<Type,Type>,Dictionary`2&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.DataContract.DataContractCriticalHelper.GetDataContractAdapterType(Type): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.EnumDataContract.EnumDataContractCriticalHelper.ImportDataMembers(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.DataContractCriticalHelper.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.FastInvokerBuilder.CreateGetter(MemberInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.FastInvokerBuilder.CreateSetter(MemberInfo): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.FastInvokerBuilder.GetMakeNewInstanceFunc(Type): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.Globals.get_TypeOfHashtable(): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.ReflectionClassWriter.ReflectionWriteValue(XmlWriterDelegator,XmlObjectSerializerWriteContext,Type,Object,Boolean,PrimitiveDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.ReflectionClassWriter.ReflectionWriteValue(XmlWriterDelegator,XmlObjectSerializerWriteContext,Type,Object,Boolean,PrimitiveDataContract)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ReflectionClassWriter.ReflectionWriteValue(XmlWriterDelegator,XmlObjectSerializerWriteContext,Type,Object,Boolean,PrimitiveDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Nullable.GetUnderlyingType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.ReflectionReader.GetCollectionSetItemDelegate<T>(CollectionDataContract,Object,Boolean): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.ReflectionReader.GetCollectionSetItemDelegate<T>(CollectionDataContract,Object,Boolean): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.ReflectionReader.ReadCollectionItems(XmlReaderDelegator,XmlObjectSerializerReadContext,XmlDictionaryString,XmlDictionaryString,CollectionDataContract,Object,Boolean): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.ReflectionReader.ReadCollectionItems(XmlReaderDelegator,XmlObjectSerializerReadContext,XmlDictionaryString,XmlDictionaryString,CollectionDataContract,Object,Boolean): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ReflectionReader.ReflectionCreateCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfDictionaryGeneric()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Runtime.Serialization.ReflectionReader.ReflectionCreateCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.get_UnderlyingType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ReflectionReader.ReflectionCreateCollection(CollectionDataContract): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.MakeArrayType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2055: System.Runtime.Serialization.ReflectionReader.ReflectionCreateCollection(CollectionDataContract): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.SchemaExporter.InvokeSchemaProviderMethod(Type,XmlSchemaSet,XmlQualifiedName&,XmlSchemaType&,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'clrType' of method 'System.Runtime.Serialization.SchemaExporter.InvokeSchemaProviderMethod(Type,XmlSchemaSet,XmlQualifiedName&,XmlSchemaType&,Boolean&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Runtime.Serialization.SurrogateDataContract.GetUninitializedObject(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'objType' of method 'System.Runtime.Serialization.SurrogateDataContract.GetUninitializedObject(Type)' don't match those on the parameter 'type' of method 'System.Runtime.Serialization.FormatterServices.GetUninitializedObject(Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlDataContract.GenerateCreateXmlSerializableDelegate(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Runtime.Serialization.XmlDataContract.GenerateCreateXmlSerializableDelegate(): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlDataContract.GenerateCreateXmlSerializableDelegate(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlDataContract.GetConstructor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.DataContract.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatGeneratorStatics.get_GetArrayLengthMethod(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfArray()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.XmlFormatGeneratorStatics.get_HashtableCtor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Runtime.Serialization.Globals.get_TypeOfHashtable()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Runtime.Serialization.XmlFormatGeneratorStatics.GetDefaultValue(Type): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2067: System.Runtime.Serialization.XmlFormatReaderGenerator.UnsafeGetUninitializedObject(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.XmlFormatReaderGenerator.UnsafeGetUninitializedObject(Type)' don't match those on the parameter 'type' of method 'System.Runtime.Serialization.FormatterServices.GetUninitializedObject(Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.ReflectionXmlSerializationReader.<>c__DisplayClass54_1.<WriteLiteralStructMethod>b__3(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Xml.Serialization.CodeGenerator.CreateTypeBuilder(ModuleBuilder,String,TypeAttributes,Type,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'parent' of method 'System.Xml.Serialization.CodeGenerator.CreateTypeBuilder(ModuleBuilder,String,TypeAttributes,Type,Type[])' don't match those on the parameter 'parent' of method 'System.Reflection.Emit.ModuleBuilder.DefineType(String,TypeAttributes,Type,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.CodeGenerator.GetPropertyMethodFromBaseType(PropertyInfo,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.Runtime.EarlyBoundInfo.EarlyBoundInfo(String,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ebType' of method 'System.Xml.Xsl.Runtime.EarlyBoundInfo.EarlyBoundInfo(String,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.EnumModel.get_Constants(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TypeModel.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Extensions.ExtensionMethods.GetConstructor(Type,BindingFlags,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Extensions.ExtensionMethods.GetConstructor(Type,BindingFlags,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Extensions.ExtensionMethods.GetMethod(Type,String,BindingFlags,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Extensions.ExtensionMethods.GetMethod(Type,String,BindingFlags,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.FieldModel.FieldModel(MemberInfo,Type,TypeDesc): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.FieldModel.FieldModel(MemberInfo,Type,TypeDesc): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.FieldModel.FieldModel(MemberInfo,Type,TypeDesc): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Xsl.IlGen.IteratorDescriptor.PushValue(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.LocalVariableInfo.get_LocalType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.ReflectionAwareILGen.ILGenForCreateInstance(CodeGenerator,Type,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.ReflectionAwareILGen.ILGenForCreateInstance(CodeGenerator,Type,Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Xml.Serialization.ReflectionAwareILGen.ILGenForCreateInstance(CodeGenerator,Type,Type,Boolean): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.ReflectionAwareILGen.WriteLocalDecl(String,SourceInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.CodeGenerator.GetVariableType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.ReflectionXmlSerializationHelper.GetMember(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.ReflectionXmlSerializationHelper.GetMember(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'declaringType' of method 'System.Xml.Serialization.ReflectionXmlSerializationHelper.GetMember(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.ReflectionXmlSerializationReader.AddObjectsIntoTargetCollection(Object,List<Object>,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetCollectionType' of method 'System.Xml.Serialization.ReflectionXmlSerializationReader.AddObjectsIntoTargetCollection(Object,List<Object>,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.ReflectionXmlSerializationReader.FindDefaultConstructor(TypeInfo): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ti' of method 'System.Xml.Serialization.ReflectionXmlSerializationReader.FindDefaultConstructor(TypeInfo)' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.get_DeclaredConstructors()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: System.Xml.Serialization.ReflectionXmlSerializationReader.GetSetMemberValueDelegate(Object,String): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2067: System.Xml.Serialization.ReflectionXmlSerializationReader.ReflectionCreateObject(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.ReflectionXmlSerializationReader.ReflectionCreateObject(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Xml.Serialization.ReflectionXmlSerializationReader.ReflectionCreateObject(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.ReflectionXmlSerializationReader.ReflectionCreateObject(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.ReflectionXmlSerializationReader.WriteLiteralStructMethod(StructMapping,Boolean,Boolean,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Xml.Serialization.ReflectionXmlSerializationReader.WriteNullableMethod(NullableMapping,Boolean,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TypeDesc.get_Type()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.ReflectionXmlSerializationWriter.WriteStructMethod(StructMapping,String,String,Object,Boolean,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.GetDeclaredMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.ReflectionXmlSerializationWriter.WriteStructMethod(StructMapping,String,String,Object,Boolean,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.GetDeclaredMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2077: System.Xml.Serialization.SerializableMapping.RetrieveSerializableSchema(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Xml.Serialization.SerializableMapping::_type' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.StructModel.GetMemberInfos(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TypeModel.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Xml.Serialization.TempAssembly.get_Contract(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TempAssembly.GetTypeFromAssembly(Assembly,String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TempAssembly.GetMethodFromType(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TempAssembly.GetMethodFromType(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Xml.Serialization.TempAssembly.GetTypeFromAssembly(Assembly,String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2072: System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type,String,XmlSerializerImplementation&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TempAssembly.GetTypeFromAssembly(Assembly,String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type,String,XmlSerializerImplementation&): Calling 'System.Reflection.Assembly.LoadFrom(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2026: System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type,String,XmlSerializerImplementation&): Calling 'System.Reflection.Assembly.LoadFile(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeExtensions.TryConvertTo(Type,Object,Object&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'System.Xml.Serialization.TypeExtensions.TryConvertTo(Type,Object,Object&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.GetDefaultIndexer(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TypeScope.GetDefaultIndexer(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.GetDefaultIndexer(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TypeScope.GetDefaultIndexer(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetDefaultMembers()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MethodInfo.get_ReturnType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xml.Serialization.TypeScope.GetEnumeratorElementType(Type,TypeFlags&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.ShouldBeReplaced(MemberInfo,Type,MemberInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'derivedType' of method 'System.Xml.Serialization.TypeScope.ShouldBeReplaced(MemberInfo,Type,MemberInfo&)' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.get_DeclaredFields()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Serialization.TypeScope.ShouldBeReplaced(MemberInfo,Type,MemberInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'derivedType' of method 'System.Xml.Serialization.TypeScope.ShouldBeReplaced(MemberInfo,Type,MemberInfo&)' don't match those on the implicit 'this' parameter of method 'System.Reflection.TypeInfo.get_DeclaredProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Xml.Serialization.XmlAttributes.get_IgnoreAttribute(): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2080: System.Xml.Xsl.Runtime.XmlExtensionFunction.Bind(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Xml.Xsl.Runtime.XmlExtensionFunction::_objectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Xml.Xsl.Runtime.XmlExtensionFunction.Bind(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Xml.Xsl.Runtime.XmlExtensionFunction::_objectType' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.IlGen.XmlILConstructors.GetConstructor(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'className' of method 'System.Xml.Xsl.IlGen.XmlILConstructors.GetConstructor(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.IlGen.XmlILConstructors.GetConstructor(Type,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'className' of method 'System.Xml.Xsl.IlGen.XmlILConstructors.GetConstructor(Type,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.IlGen.XmlILMethods.GetMethod(Type,String,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'className' of method 'System.Xml.Xsl.IlGen.XmlILMethods.GetMethod(Type,String,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.IlGen.XmlILMethods.GetMethod(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'className' of method 'System.Xml.Xsl.IlGen.XmlILMethods.GetMethod(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Xsl.IlGen.XmlILModule.BakeMethods(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.TypeInfo.AsType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Xml.Xsl.IlGen.XmlILStorageMethods.XmlILStorageMethods(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2080: System.Xml.Xsl.IlGen.XmlILStorageMethods.XmlILStorageMethods(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Xml.Xsl.IlGen.XmlILStorageMethods::SeqType' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.XmlReflectionImporter.GetChoiceIdentifierType(XmlChoiceIdentifierAttribute,StructModel,Boolean,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TypeModel.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.XmlReflectionImporter.GetChoiceIdentifierType(XmlChoiceIdentifierAttribute,StructModel,Boolean,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TypeModel.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.XmlSerializationReaderILGen.WriteSourceEnd(String,Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.CodeGenerator.GetVariableType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xml.Serialization.XmlSerializationWriterILGen.WriteArrayItems(ElementAccessor[],TextAccessor,ChoiceIdentifierAccessor,TypeDesc,String,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xml.Serialization.TypeDesc.get_Type()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.Runtime.XsltMethods.GetMethod(Type,String,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'className' of method 'System.Xml.Xsl.Runtime.XsltMethods.GetMethod(Type,String,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xml.Xsl.Runtime.XsltMethods.GetMethod(Type,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'className' of method 'System.Xml.Xsl.Runtime.XsltMethods.GetMethod(Type,String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Resources.Extensions.DeserializingResourceReader.DeserializeObject(Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Resources.Extensions.DeserializingResourceReader.FindType(Int32)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Resources.Extensions.DeserializingResourceReader.FindType(Int32): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Resources.Extensions.DeserializingResourceReader.UndoTruncatedTypeNameSerializationBinder.BindToType(String,String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.FormatterServices.GetSerializableFields(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Runtime.Serialization.FormatterServices.GetSerializableFields(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(Assembly,String): Calling 'System.Reflection.Assembly.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Runtime.Serialization.ObjectManager.DoValueTypeFixup(FieldInfo,ObjectHolder,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.FieldInfo.get_FieldType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.ObjectManager.GetDeserializationConstructor(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 't' of method 'System.Runtime.Serialization.ObjectManager.GetDeserializationConstructor(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetSimplyNamedTypeFromAssembly(Assembly,String,Type&): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Func<AssemblyName,Assembly>,Func<Assembly,String,Boolean,Type>,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2077: System.Runtime.Serialization.Formatters.Binary.ObjectReader.ParseObject(ParseRecord): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Runtime.Serialization.Formatters.Binary.ParseRecord::_dtType' don't match those on the parameter 'type' of method 'System.Runtime.Serialization.FormatterServices.GetUninitializedObject(Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Runtime.Serialization.SerializationEvents.GetMethodsWithAttribute(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 't' of method 'System.Runtime.Serialization.SerializationEvents.GetMethodsWithAttribute(Type,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Runtime.Serialization.Formatters.Binary.ObjectReader.TopLevelAssemblyTypeResolver.ResolveType(Assembly,String,Boolean): Calling 'System.Reflection.Assembly.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2080: System.Security.Cryptography.XmlKeyHelper.ParseState.Functions..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Security.Cryptography.XmlKeyHelper/ParseState/Functions::s_xDocument' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Security.Cryptography.XmlKeyHelper.ParseState.Functions..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.PropertyInfo.get_PropertyType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Security.Cryptography.XmlKeyHelper.ParseState.Functions..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.PropertyInfo.get_PropertyType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Security.Cryptography.XmlKeyHelper.ParseState.Functions..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.PropertyInfo.get_PropertyType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Security.Cryptography.XmlKeyHelper.ParseState.Functions..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.PropertyInfo.get_PropertyType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Security.Cryptography.XmlKeyHelper.ParseState.Functions..cctor(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Security.Cryptography.XmlKeyHelper/ParseState/Functions::s_xDocument' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.SignatureDescription.CreateDeformatter(AsymmetricAlgorithm): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.SignatureDescription.CreateDigest(): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.SignatureDescription.CreateFormatter(AsymmetricAlgorithm): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.Xml.CryptoHelpers.CreateFromName<T>(String): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.Xml.DSASignatureDescription.CreateDeformatter(AsymmetricAlgorithm): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.Xml.DSASignatureDescription.CreateFormatter(AsymmetricAlgorithm): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.Xml.RSAPKCS1SignatureDescription.CreateDeformatter(AsymmetricAlgorithm): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2026: System.Security.Cryptography.Xml.RSAPKCS1SignatureDescription.CreateFormatter(AsymmetricAlgorithm): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2057: System.Security.Cryptography.Xml.SignedXml.CheckSignedInfo(AsymmetricAlgorithm): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2060: System.Text.RegularExpressions.RegexCompiler..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Text.RegularExpressions.RegexCompiler..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Text.RegularExpressions.RegexCompiler..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Text.RegularExpressions.RegexCompiler..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2060: System.Text.RegularExpressions.RegexCompiler..cctor(): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2072: System.Windows.Controls.Ribbon.RibbonHelper.CreateClone(Object,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Controls.Ribbon.RibbonHelper.CreateInstance(FrameworkElement,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AccessibleObject.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2026: System.Windows.Forms.Control.ActiveXImpl.GetDefaultEventsInterface(Type): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Windows.Forms.Control.ActiveXImpl.GetDefaultEventsInterface(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Resources.AssemblyNamesTypeResolutionService.GetAssembly(AssemblyName,Boolean): Calling 'System.Reflection.Assembly.LoadFrom(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2026: System.Resources.AssemblyNamesTypeResolutionService.GetType(String,Boolean,Boolean): Calling 'System.Reflection.Assembly.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Resources.AssemblyNamesTypeResolutionService.GetType(String,Boolean,Boolean): Calling 'System.Reflection.Assembly.GetType(String,Boolean,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Resources.AssemblyNamesTypeResolutionService.GetType(String,Boolean,Boolean): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.FillProperties(Attribute[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.BindingManagerBase.GetItemProperties(Type,Int32,ArrayList,ArrayList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'listType' of method 'System.Windows.Forms.BindingManagerBase.GetItemProperties(Type,Int32,ArrayList,ArrayList)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.BindingManagerBase.GetItemProperties(Type,Int32,ArrayList,ArrayList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'listType' of method 'System.Windows.Forms.BindingManagerBase.GetItemProperties(Type,Int32,ArrayList,ArrayList)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.BindingManagerBase.GetItemProperties(Type,Int32,ArrayList,ArrayList): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'listType' of method 'System.Windows.Forms.BindingManagerBase.GetItemProperties(Type,Int32,ArrayList,ArrayList)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Forms.BindingSource.CreateInstanceOfType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Forms.BindingSource.CreateInstanceOfType(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Forms.BindingSource.SetList(IList,Boolean,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type System.Windows.Forms.BindingSource::_itemType' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.ColumnHeader.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.ColumnHeaderConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.ColumnHeaderConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.ColumnHeaderConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2072: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.ComponentModel.Com2Interop.Com2IManagedPerPropertyBrowsingHandler.GetComponentAttributes(Interop.VSSDK.IVSMDPerPropertyBrowsing,Interop.Ole32.DispatchID): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2062: System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.AddExtendedBrowsingHandlers(Hashtable): Value passed to parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2070: System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CreateOleTypeConverter(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 't' of method 'System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CreateOleTypeConverter(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CreateOleTypeConverter(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 't' of method 'System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CreateOleTypeConverter(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetBaseTypeEditor(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetBaseTypeEditor(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetBaseTypeEditor(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Forms.Design.ComponentEditorForm.ComponentEditorPageSite.ComponentEditorPageSite(Control,Type,IComponent,ComponentEditorForm): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'pageClass' of method 'System.Windows.Forms.Design.ComponentEditorForm.ComponentEditorPageSite.ComponentEditorPageSite(Control,Type,IComponent,ComponentEditorForm)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Resources.ResXFileRef.Converter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String,Boolean)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Resources.ResXFileRef.Converter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridView.BeginEditInternal(Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Forms.DataGridViewCell.get_EditType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewBand.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewBand.get_HeaderCellCore(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Forms.DataGridViewBand.get_DefaultHeaderCellType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewButtonCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewButtonColumn.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.DataGridViewCellConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.DataGridViewCellStyleConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewCheckBoxCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewColumn.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.DataGridViewColumnConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.DataGridViewColumnConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewColumnHeaderCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewComboBoxCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewComboBoxColumn.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewHeaderCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewImageCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewImageColumn.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewLinkCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewLinkColumn.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewRow.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.DataGridViewRowConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewRowHeaderCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.DataGridViewTextBoxCell.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMember(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMember(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMembers(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMembers(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethods(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperties(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperties(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.AxHost.AxContainer.ExtenderProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.FeatureSupport.GetVersionPresent(String,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.FeatureSupport.GetVersionPresent(String,String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Windows.Forms.FeatureSupport.GetVersionPresent(String,String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.FeatureSupport.IsPresent(String,String,Version): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Windows.Forms.FeatureSupport.IsPresent(String,String,Version): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.Windows.Forms.FeatureSupport.IsPresent(String,String,Version): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.Formatter.InvokeStringParseMethod(Object,Type,IFormatProvider): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'System.Windows.Forms.Formatter.InvokeStringParseMethod(Object,Type,IFormatProvider)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.Formatter.InvokeStringParseMethod(Object,Type,IFormatProvider): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'System.Windows.Forms.Formatter.InvokeStringParseMethod(Object,Type,IFormatProvider)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.Formatter.InvokeStringParseMethod(Object,Type,IFormatProvider): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'System.Windows.Forms.Formatter.InvokeStringParseMethod(Object,Type,IFormatProvider)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetField(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetFields(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMember(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMembers(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetMethods(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperties(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.HtmlToClrEventProxy::typeIReflectImplementation' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.HtmlToClrEventProxy.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetField(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetFields(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMember(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMembers(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetMethods(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperties(BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2080: System.Windows.Forms.InternalAccessibleObject.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Reflection.IReflect System.Windows.Forms.InternalAccessibleObject::publicIReflect' don't match those on the implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Forms.ListBindingHelper.CreateInstanceOfType(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Forms.ListBindingHelper.CreateInstanceOfType(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.ListBindingHelper.GetTypedIndexer(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Forms.ListBindingHelper.GetTypedIndexer(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.ListViewItem.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.Windows.Forms.AxHost.OleInterfaces.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2070: System.Windows.Forms.PropertyGrid.CreateTab(Type,IDesignerHost): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'tabType' of method 'System.Windows.Forms.PropertyGrid.CreateTab(Type,IDesignerHost)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.Forms.PropertyGrid.CreateTab(Type,IDesignerHost): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'tabType' of method 'System.Windows.Forms.PropertyGrid.CreateTab(Type,IDesignerHost)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Forms.PropertyGrid.CreateTab(Type,IDesignerHost): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'tabType' of method 'System.Windows.Forms.PropertyGrid.CreateTab(Type,IDesignerHost)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Resources.ResXDataNode.ResolveType(String,ITypeResolutionService): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Resources.ResXResourceWriter.AddDataRow(String,String,String,String,String,String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2091: System.Windows.Forms.Control.ActiveXImpl.AdviseHelper.SafeIUnknown.LoadVtable<V>(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'V' of 'System.Windows.Forms.Control.ActiveXImpl.AdviseHelper.SafeIUnknown.LoadVtable<V>()' don't match those on the generic parameter 'T' of 'System.Runtime.InteropServices.Marshal.PtrToStructure<T>(IntPtr)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.TableLayoutSettings.StyleConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.TableLayoutSettings.StyleConverter.ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Forms.TreeNode.Clone(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.IDesignerHost.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.HasRootDesignerAttribute(Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager,CodeAssignStatement): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeFromTypeHelper(IDesignerSerializationManager,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager,CodeAssignStatement): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeFromTypeHelper(IDesignerSerializationManager,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeFromTypeHelper(IDesignerSerializationManager,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager,String,CodeExpression): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeFromTypeHelper(IDesignerSerializationManager,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyReferenceExpression(IDesignerSerializationManager,CodePropertyReferenceExpression,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyReferenceExpression(IDesignerSerializationManager,CodePropertyReferenceExpression,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeFromTypeHelper(IDesignerSerializationManager,Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetSerializer(IDesignerSerializationManager,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.DesignerSerializationManager.GetRuntimeType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomSerializerBase.SerializeCreationExpression(IDesignerSerializationManager,Object,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer.SerializeCollection(IDesignerSerializationManager,CodeExpression,Type,ICollection,ICollection): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptionProvider.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CollectionCodeDomSerializer.ShouldClearCollection(IDesignerSerializationManager,ICollection): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.CollectionEditor.CreateCollectionItemType(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Drawing.Design.ColorEditor.ColorUI.GetConstants(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'enumType' of method 'System.Drawing.Design.ColorEditor.ColorUI.GetConstants(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.ComponentCodeDomSerializer.Serialize(IDesignerSerializationManager,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetReflectionTypeHelper(IDesignerSerializationManager,Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Windows.Forms.Design.ComponentTray.GetDesignerType(Type,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2057: System.Windows.Forms.Design.ComponentTray.GetDesignerType(Type,Type): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.Design.ControlCodeDomSerializer.SerializeMethodInvocation(IDesignerSerializationManager,CodeStatementCollection,Object,String,CodeExpressionCollection,Type[],ControlCodeDomSerializer.StatementOrdering): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.DesignerActionList.GetSortedActionItems(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.DesignerActionList.GetSortedActionItems(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.DesignerActionMethodItem.Invoke(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.DesignerActionPanel.IsReadOnlyProperty(PropertyDescriptor): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.PropertyDescriptor.get_ComponentType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.GetType(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetField(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetField(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetField(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetFields(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetFields(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetFields(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMember(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMember(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMember(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMembers(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMembers(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMembers(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMethod(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMethod(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMethods(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetMethods(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetMethods(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetProperties(BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetProperties(BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperties(BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags,Binder,Type,Type[],ParameterModifier[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetProperty(String,BindingFlags): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.GetProperty(String,BindingFlags)' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.GetProperty(String,BindingFlags)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2094: System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[]): 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the implicit 'this' parameter of method 'System.ComponentModel.Design.DesignerHost.System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])' don't match overridden implicit 'this' parameter of method 'System.Reflection.IReflect.InvokeMember(String,BindingFlags,Binder,Object,Object[],ParameterModifier[],CultureInfo,String[])'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.DesignerSerializationManager.CreateInstance(Type,ICollection,String,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.ComponentModel.Design.Serialization.DesignerSerializationManager.GetRuntimeType(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2072: System.ComponentModel.Design.Serialization.DesignerSerializationManager.GetSerializer(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.DesignerSerializationManager.GetRuntimeType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.ComponentModel.Design.Serialization.DesignerSerializationManager.GetSerializer(Type,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.Design.Serialization.DesignerSerializationManager.GetRuntimeType(String)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.DesignSurface.CreateInstance(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.DesignSurface.CreateInstance(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.ComponentModel.Design.DesignSurface.CreateInstance(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.ComponentModel.Design.DesignSurface.CreateInstance(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.EventBindingService.HasGenericArgument(EventDescriptor): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.EventDescriptor.get_ComponentType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2062: System.Drawing.Design.ImageEditor.EditValue(ITypeDescriptorContext,IServiceProvider,Object): Value passed to parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2062: System.Drawing.Design.ImageEditor.GetExtensions(): Value passed to parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2062: System.Windows.Forms.Design.ImageListImageEditor.EditValue(ITypeDescriptorContext,IServiceProvider,Object): Value passed to parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)' can not be statically determined and may not meet 'DynamicallyAccessedMembersAttribute' requirements.
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.InheritanceService.AddInheritedComponents(Type,IComponent,IContainer): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetFields(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.InheritanceService.AddInheritedComponents(Type,IComponent,IContainer): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.InheritedPropertyDescriptor.InheritedPropertyDescriptor(PropertyDescriptor,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Object)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CodeDomSerializationStore.LocalDesignerSerializationManager.GetType(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CodeDomSerializationStore.LocalDesignerSerializationManager.GetType(String): Calling 'System.Reflection.Assembly.GetReferencedAssemblies()' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Assembly references might be removed.
ILLink: Trim analysis warning IL2026: System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CodeDomSerializationStore.LocalDesignerSerializationManager.GetType(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2072: System.Windows.Forms.Design.MaskDesignerDialog.DiscoverMaskDescriptors(ITypeDiscoveryService): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Collections.IEnumerator.get_Current()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.GetModifiers(IComponent): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.GetModifiers(IComponent): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Drawing.Design.ToolboxItem.GetNonRetargetedAssemblyName(Type,AssemblyName): Calling 'System.Reflection.Assembly.GetReferencedAssemblies()' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Assembly references might be removed.
ILLink: Trim analysis warning IL2026: System.Drawing.Design.ToolboxItem.GetNonRetargetedAssemblyName(Type,AssemblyName): Calling 'System.Reflection.Assembly.GetReferencedAssemblies()' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Assembly references might be removed.
ILLink: Trim analysis warning IL2026: System.Drawing.Design.ToolboxItem.GetNonRetargetedAssemblyName(Type,AssemblyName): Calling 'System.Reflection.Assembly.GetReferencedAssemblies()' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Assembly references might be removed.
ILLink: Trim analysis warning IL2057: System.Drawing.Design.ToolboxItem.GetType(IDesignerHost,AssemblyName,String,Boolean): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Drawing.Design.ToolboxItem.GetType(IDesignerHost,AssemblyName,String,Boolean): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Drawing.Design.ToolboxItem.GetType(IDesignerHost,AssemblyName,String,Boolean): Calling 'System.Reflection.Assembly.LoadFrom(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2026: System.Drawing.Design.ToolboxItem.GetType(IDesignerHost,AssemblyName,String,Boolean): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Drawing.Design.ToolboxItem.GetType(IDesignerHost,AssemblyName,String,Boolean): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: System.Windows.Forms.Design.ToolStripDesignerUtils.GetCustomItemTypes(IComponent,ITypeDiscoveryService): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Collections.IEnumerator.get_Current()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: .Interop.ComCtl32.ImageList.Read(Interop.Ole32.IStream): P/invoke method '.Interop.ComCtl32.ImageList.Read(Interop.Ole32.IStream)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.ComCtl32.ImageList.Write(IntPtr,Interop.Ole32.IStream): P/invoke method '.Interop.ComCtl32.ImageList.Write(IntPtr,Interop.Ole32.IStream)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.ComCtl32.ImageList.WriteEx(IntPtr,Interop.ComCtl32.ILP,Interop.Ole32.IStream): P/invoke method '.Interop.ComCtl32.ImageList.WriteEx(IntPtr,Interop.ComCtl32.ILP,Interop.Ole32.IStream)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2067: System.Windows.Forms.Message.GetLParam(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'cls' of method 'System.Windows.Forms.Message.GetLParam(Type)' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: .Interop.Ole32.CoCreateInstance(Guid&,IntPtr,Interop.Ole32.CLSCTX,Guid&,Object&): P/invoke method '.Interop.Ole32.CoCreateInstance(Guid&,IntPtr,Interop.Ole32.CLSCTX,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Ole32.CoGetClassObject(Guid&,Interop.Ole32.CLSCTX,IntPtr,Guid&,IClassFactory2&): P/invoke method '.Interop.Ole32.CoGetClassObject(Guid&,Interop.Ole32.CLSCTX,IntPtr,Guid&,IClassFactory2&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: .Interop.Ole32.CreateILockBytesOnHGlobal(IntPtr,Interop.BOOL): P/invoke method '.Interop.Ole32.CreateILockBytesOnHGlobal(IntPtr,Interop.BOOL)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Ole32.DoDragDrop(IDataObject,Interop.Ole32.IDropSource,Interop.Ole32.DROPEFFECT,DROPEFFECT&): P/invoke method '.Interop.Ole32.DoDragDrop(IDataObject,Interop.Ole32.IDropSource,Interop.Ole32.DROPEFFECT,DROPEFFECT&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Ole32.GetHGlobalFromILockBytes(Interop.Ole32.ILockBytes): P/invoke method '.Interop.Ole32.GetHGlobalFromILockBytes(Interop.Ole32.ILockBytes)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: .Interop.Ole32.OleCreatePictureIndirect(PICTDESC*,Guid&,Interop.BOOL): P/invoke method '.Interop.Ole32.OleCreatePictureIndirect(PICTDESC*,Guid&,Interop.BOOL)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Ole32.OleGetClipboard(IDataObject&): P/invoke method '.Interop.Ole32.OleGetClipboard(IDataObject&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Ole32.OleSetClipboard(IDataObject): P/invoke method '.Interop.Ole32.OleSetClipboard(IDataObject)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Ole32.RegisterDragDrop(IntPtr,Interop.Ole32.IDropTarget): P/invoke method '.Interop.Ole32.RegisterDragDrop(IntPtr,Interop.Ole32.IDropTarget)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: .Interop.Ole32.StgCreateDocfileOnILockBytes(Interop.Ole32.ILockBytes,Interop.Ole32.STGM,UInt32): P/invoke method '.Interop.Ole32.StgCreateDocfileOnILockBytes(Interop.Ole32.ILockBytes,Interop.Ole32.STGM,UInt32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: .Interop.Ole32.StgOpenStorageOnILockBytes(Interop.Ole32.ILockBytes,Interop.Ole32.IStorage,Interop.Ole32.STGM,IntPtr,UInt32): P/invoke method '.Interop.Ole32.StgOpenStorageOnILockBytes(Interop.Ole32.ILockBytes,Interop.Ole32.IStorage,Interop.Ole32.STGM,IntPtr,UInt32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Oleaut32.GetErrorInfo(UInt32,IErrorInfo&): P/invoke method '.Interop.Oleaut32.GetErrorInfo(UInt32,IErrorInfo&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: .Interop.Oleaut32.OleCreateFontIndirect(FONTDESC&,Guid&): P/invoke method '.Interop.Oleaut32.OleCreateFontIndirect(FONTDESC&,Guid&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2050: .Interop.Oleaut32.OleCreateIFontDispIndirect(FONTDESC&,Guid&): P/invoke method '.Interop.Oleaut32.OleCreateIFontDispIndirect(FONTDESC&,Guid&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Oleaut32.SafeArrayGetRecordInfo(SAFEARRAY*,IRecordInfo&): P/invoke method '.Interop.Oleaut32.SafeArrayGetRecordInfo(SAFEARRAY*,IRecordInfo&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Shell32.SHCreateItemFromParsingName(String,IntPtr,Guid&,Object&): P/invoke method '.Interop.Shell32.SHCreateItemFromParsingName(String,IntPtr,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.Shell32.SHCreateShellItem(IntPtr,IntPtr,IntPtr,IShellItem&): P/invoke method '.Interop.Shell32.SHCreateShellItem(IntPtr,IntPtr,IntPtr,IShellItem&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaDisconnectProvider(Interop.UiaCore.IRawElementProviderSimple): P/invoke method '.Interop.UiaCore.UiaDisconnectProvider(Interop.UiaCore.IRawElementProviderSimple)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaGetReservedNotSupportedValue(Object&): P/invoke method '.Interop.UiaCore.UiaGetReservedNotSupportedValue(Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaHostProviderFromHwnd(IntPtr,IRawElementProviderSimple&): P/invoke method '.Interop.UiaCore.UiaHostProviderFromHwnd(IntPtr,IRawElementProviderSimple&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaRaiseAutomationEvent(Interop.UiaCore.IRawElementProviderSimple,Interop.UiaCore.UIA): P/invoke method '.Interop.UiaCore.UiaRaiseAutomationEvent(Interop.UiaCore.IRawElementProviderSimple,Interop.UiaCore.UIA)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaRaiseAutomationPropertyChangedEvent(Interop.UiaCore.IRawElementProviderSimple,Interop.UiaCore.UIA,Object,Object): P/invoke method '.Interop.UiaCore.UiaRaiseAutomationPropertyChangedEvent(Interop.UiaCore.IRawElementProviderSimple,Interop.UiaCore.UIA,Object,Object)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaRaiseNotificationEvent(Interop.UiaCore.IRawElementProviderSimple,AutomationNotificationKind,AutomationNotificationProcessing,String,String): P/invoke method '.Interop.UiaCore.UiaRaiseNotificationEvent(Interop.UiaCore.IRawElementProviderSimple,AutomationNotificationKind,AutomationNotificationProcessing,String,String)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaRaiseStructureChangedEvent(Interop.UiaCore.IRawElementProviderSimple,Interop.UiaCore.StructureChangeType,Int32[],Int32): P/invoke method '.Interop.UiaCore.UiaRaiseStructureChangedEvent(Interop.UiaCore.IRawElementProviderSimple,Interop.UiaCore.StructureChangeType,Int32[],Int32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: .Interop.UiaCore.UiaReturnRawElementProvider(IntPtr,IntPtr,IntPtr,Interop.UiaCore.IRawElementProviderSimple): P/invoke method '.Interop.UiaCore.UiaReturnRawElementProvider(IntPtr,IntPtr,IntPtr,Interop.UiaCore.IRawElementProviderSimple)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: System.Windows.Forms.UnsafeNativeMethods.CreateStdAccessibleObject(HandleRef,Int32,Guid&,Object&): P/invoke method 'System.Windows.Forms.UnsafeNativeMethods.CreateStdAccessibleObject(HandleRef,Int32,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2075: System.Xaml.XamlType.<GetPublicAndInternalConstructors>d__151.MoveNext(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.XamlType.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2060: MS.Internal.Xaml.Runtime.ClrObjectRuntime.GetDictionaryItems(Object,XamlType): Call to `System.Reflection.MethodInfo.MakeGenericMethod(Type[])` can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
ILLink: Trim analysis warning IL2070: MS.Internal.Xaml.Runtime.ClrObjectRuntime.GetFactoryMethod(Type,String,Object[],BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Xaml.Runtime.ClrObjectRuntime.GetFactoryMethod(Type,String,Object[],BindingFlags)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Xaml.Runtime.ClrObjectRuntime.GetFactoryMethod(Type,String,Object[],BindingFlags): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Xaml.Runtime.ClrObjectRuntime.GetFactoryMethod(Type,String,Object[],BindingFlags)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xaml.Schema.CollectionReflector.GetAddMethod(Type,Int32,Boolean&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xaml.Schema.CollectionReflector.GetAddMethod(Type,Int32,Boolean&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xaml.Schema.CollectionReflector.GetMethod(Type,String,Type[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xaml.Schema.CollectionReflector.GetMethod(Type,String,Type[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Xaml.Schema.CollectionReflector.GetPublicMethod(Type,String,Int32): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xaml.Schema.CollectionReflector.GetPublicMethod(Type,String,Int32)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.CollectionReflector.TryGetICollectionAdder(Type,MethodInfo&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.CollectionReflector.GetGenericInterface(Type,Type,Boolean&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Xaml.Schema.XamlTypeInvoker.DefaultCtorXamlActivator.CallCtorDelegate(XamlTypeInvoker): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.XamlType.get_UnderlyingType()' don't match those on the parameter 'type' of method 'System.Runtime.Serialization.FormatterServices.GetUninitializedObject(Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.XamlTypeInvoker.DefaultCtorXamlActivator.EnsureConstructorDelegate(XamlTypeInvoker): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_UnderlyingSystemType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: MS.Internal.Xaml.Runtime.DynamicMethodRuntime.DynamicMethodRuntime(XamlRuntimeSettings,XamlSchemaContext,XamlAccessLevel): Calling 'System.Reflection.Assembly.GetType(String,Boolean)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2070: MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateDelegateCreator(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'targetType' of method 'MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateDelegateCreator(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateInstanceWithCtor(Type,Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateInstanceWithCtor(Type,Object[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateInstanceWithCtor(Type,Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateInstanceWithCtor(Type,Object[])' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.Xaml.ReflectionHelper.GetQualifiedType(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Xaml.ReflectionHelper.GetQualifiedType(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Xaml.ReflectionHelper.LoadAssemblyHelper(String,String): Calling 'System.Reflection.Assembly.LoadFile(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2026: System.Xaml.Schema.SafeReflectionInvoker.CreateDelegateCritical(Type,Type,String): Calling 'System.Delegate.CreateDelegate(Type,Type,String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The target method might be removed.
ILLink: Trim analysis warning IL2026: System.Xaml.Schema.SafeReflectionInvoker.CreateDelegateCritical(Type,Object,String): Calling 'System.Delegate.CreateDelegate(Type,Object,String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The target method might be removed.
ILLink: Trim analysis warning IL2067: System.Xaml.Schema.SafeReflectionInvoker.CreateInstanceCritical(Type,Object[]): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Xaml.Schema.SafeReflectionInvoker.CreateInstanceCritical(Type,Object[])' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Object[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type,String,Object&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.get_BaseType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type,String,Object&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type,String,Object&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type,String,Object&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'type' of method 'System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type,String,Object&)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Xaml.TypeConverterHelper.GetTypeConverter(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.TypeConverterHelper.GetConverterType(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.GetNonIndexerProperty(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupAllMembers(ICollection`1&,ICollection`1&,List`1&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvents(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupAllMembers(ICollection`1&,ICollection`1&,List`1&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupAllStaticAccessors(Dictionary`2&,Dictionary`2&,Dictionary`2&): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethods(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupEvent(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupRemainingProperties(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperties(BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupStaticAdders(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupStaticGetters(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.TypeReflector.LookupStaticSetters(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.Schema.TypeReflector.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String,MemberTypes,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Markup.ValueSerializer.GetSerializerFor(PropertyDescriptor): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.ValueSerializerAttribute.get_ValueSerializerType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Markup.ValueSerializer.GetSerializerFor(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.ValueSerializerAttribute.get_ValueSerializerType()' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.Schema.XamlMemberInvoker.ShouldSerializeValue(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: System.Xaml.Schema.XamlNamespace.GetTypeFromFullTypeName(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Xaml.Schema.XamlNamespace.LookupAllTypes(): Calling 'System.Reflection.Assembly.GetTypes()' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Xaml.Schema.XamlNamespace.SearchAssembliesForShortName(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2055: System.Xaml.Schema.XamlNamespace.TryGetXamlType(String,Type[]): Call to 'System.Type.MakeGenericType(Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
ILLink: Trim analysis warning IL2075: System.Xaml.XamlType.GetConstructors(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.XamlType.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructors()'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Xaml.XamlType.LookupConstructionRequiresArguments(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Xaml.XamlType.get_UnderlyingType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: MS.Internal.Automation.ProxyManager.LoadDefaultProxies(): Calling 'System.Reflection.Assembly.GetReferencedAssemblies()' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Assembly references might be removed.
ILLink: Trim analysis warning IL2026: MS.Internal.Automation.ProxyManager.RegisterProxyAssembly(AssemblyName): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2075: MS.Internal.Automation.ProxyManager.RegisterProxyAssembly(AssemblyName): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetField(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreApi.RawItemContainerPattern_FindItemByProperty(SafePatternHandle,SafeNodeHandle,Int32,Object,SafeNodeHandle&): P/invoke method 'MS.Internal.Automation.UiaCoreApi.RawItemContainerPattern_FindItemByProperty(SafePatternHandle,SafeNodeHandle,Int32,Object,SafeNodeHandle&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreApi.RawTextRange_FindAttribute(SafeTextRangeHandle,Int32,Object,Boolean,SafeTextRangeHandle&): P/invoke method 'MS.Internal.Automation.UiaCoreApi.RawTextRange_FindAttribute(SafeTextRangeHandle,Int32,Object,Boolean,SafeTextRangeHandle&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreApi.RawTextRange_GetAttributeValue(SafeTextRangeHandle,Int32,Object&): P/invoke method 'MS.Internal.Automation.UiaCoreApi.RawTextRange_GetAttributeValue(SafeTextRangeHandle,Int32,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreApi.RawUiaGetPropertyValue(SafeNodeHandle,Int32,Object&): P/invoke method 'MS.Internal.Automation.UiaCoreApi.RawUiaGetPropertyValue(SafeNodeHandle,Int32,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreApi.RawUiaNodeFromProvider(IRawElementProviderSimple,SafeNodeHandle&): P/invoke method 'MS.Internal.Automation.UiaCoreApi.RawUiaNodeFromProvider(IRawElementProviderSimple,SafeNodeHandle&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.AccessibleObjectFromEvent(IntPtr,Int32,Int32,IAccessible&,Object&): P/invoke method 'MS.Win32.UnsafeNativeMethods.AccessibleObjectFromEvent(IntPtr,Int32,Int32,IAccessible&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.WindowFromAccessibleObject(IAccessible,IntPtr&): P/invoke method 'MS.Win32.UnsafeNativeMethods.WindowFromAccessibleObject(IAccessible,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.AccessibleChildren(IAccessible,Int32,Int32,Object[],Int32&): P/invoke method 'MS.Win32.UnsafeNativeMethods.AccessibleChildren(IAccessible,Int32,Int32,Object[],Int32&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.AccessibleObjectFromWindow(IntPtr,Int32,Guid&,Object&): P/invoke method 'MS.Win32.UnsafeNativeMethods.AccessibleObjectFromWindow(IntPtr,Int32,Guid&,Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.ObjectFromLresult(IntPtr,Guid&,IntPtr,IAccessible&): P/invoke method 'MS.Win32.UnsafeNativeMethods.ObjectFromLresult(IntPtr,Guid&,IntPtr,IAccessible&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.WindowFromAccessibleObject(IAccessible,IntPtr&): P/invoke method 'MS.Win32.UnsafeNativeMethods.WindowFromAccessibleObject(IAccessible,IntPtr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreProviderApi.RawUiaHostProviderFromHwnd(IntPtr,IRawElementProviderSimple&): P/invoke method 'MS.Internal.Automation.UiaCoreProviderApi.RawUiaHostProviderFromHwnd(IntPtr,IRawElementProviderSimple&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseAsyncContentLoadedEvent(IRawElementProviderSimple,AsyncContentLoadedState,Double): P/invoke method 'MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseAsyncContentLoadedEvent(IRawElementProviderSimple,AsyncContentLoadedState,Double)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseAutomationEvent(IRawElementProviderSimple,Int32): P/invoke method 'MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseAutomationEvent(IRawElementProviderSimple,Int32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseAutomationPropertyChangedEvent(IRawElementProviderSimple,Int32,Object,Object): P/invoke method 'MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseAutomationPropertyChangedEvent(IRawElementProviderSimple,Int32,Object,Object)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseStructureChangedEvent(IRawElementProviderSimple,StructureChangeType,Int32[],Int32): P/invoke method 'MS.Internal.Automation.UiaCoreProviderApi.RawUiaRaiseStructureChangedEvent(IRawElementProviderSimple,StructureChangeType,Int32[],Int32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreProviderApi.RawUiaReturnRawElementProvider(IntPtr,IntPtr,IntPtr,IRawElementProviderSimple): P/invoke method 'MS.Internal.Automation.UiaCoreProviderApi.RawUiaReturnRawElementProvider(IntPtr,IntPtr,IntPtr,IRawElementProviderSimple)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreTypesApi.RawUiaGetReservedMixedAttributeValue(Object&): P/invoke method 'MS.Internal.Automation.UiaCoreTypesApi.RawUiaGetReservedMixedAttributeValue(Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.Automation.UiaCoreTypesApi.RawUiaGetReservedNotSupportedValue(Object&): P/invoke method 'MS.Internal.Automation.UiaCoreTypesApi.RawUiaGetReservedNotSupportedValue(Object&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.CreateStreamOnHGlobal(IntPtr,Boolean,IStream&): P/invoke method 'MS.Win32.UnsafeNativeMethods.CreateStreamOnHGlobal(IntPtr,Boolean,IStream&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.ObjectFromLresult(IntPtr,Guid&,IntPtr,IAccessible&): P/invoke method 'MS.Win32.UnsafeNativeMethods.ObjectFromLresult(IntPtr,Guid&,IntPtr,IAccessible&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2067: MS.Win32.UnsafeNativeMethods.PtrToStructure(IntPtr,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'cls' of method 'MS.Win32.UnsafeNativeMethods.PtrToStructure(IntPtr,Type)' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2087: MS.Win32.UnsafeNativeMethods.PtrToStructure<T>(IntPtr): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'MS.Win32.UnsafeNativeMethods.PtrToStructure<T>(IntPtr)' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.RegisterDragDrop(HandleRef,UnsafeNativeMethods.IOleDropTarget): P/invoke method 'MS.Win32.UnsafeNativeMethods.RegisterDragDrop(HandleRef,UnsafeNativeMethods.IOleDropTarget)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2072: MS.Internal.AssemblyHelper.LoadExtensionFor(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String,Boolean)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: MS.Internal.AssemblyHelper.LoadExtensionFor(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String,Boolean)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: MS.Internal.ComponentModel.DependencyObjectPropertyDescriptor.GetAttachedPropertyAttributes(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Type.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMember(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2057: MS.Internal.ComponentModel.DependencyObjectPropertyDescriptor.GetAttachedPropertyAttributes(): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2075: MS.Internal.ComponentModel.DependencyObjectPropertyDescriptor.GetAttachedPropertyMethod(DependencyProperty): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.ComponentModel.DependencyObjectPropertyDescriptor.GetAttachedPropertySetMethod(DependencyProperty): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.ComponentModel.DependencyObjectPropertyDescriptor.GetSpecialMethod(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.ComponentModel.TypeDescriptor.GetReflectionType(Type)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2067: System.Windows.DependencyProperty.AutoGenerateDefaultValue(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'propertyType' of method 'System.Windows.DependencyProperty.AutoGenerateDefaultValue(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.DependencyPropertyDescriptor.FromProperty(DependencyProperty,Type,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.ComponentModel.DependencyPropertyDescriptor.FromProperty(DependencyProperty,Type,Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.DependencyPropertyDescriptor.FromProperty(DependencyProperty,Type,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.ComponentModel.DependencyPropertyDescriptor.FromProperty(DependencyProperty,Type,Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2070: System.ComponentModel.DependencyPropertyDescriptor.FromProperty(DependencyProperty,Type,Type,Boolean): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'ownerType' of method 'System.ComponentModel.DependencyPropertyDescriptor.FromProperty(DependencyProperty,Type,Type,Boolean)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2080: MS.Internal.ComponentModel.DependencyPropertyKind.get_IsDirect(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the field 'System.Type MS.Internal.ComponentModel.DependencyPropertyKind::_targetType' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.ComponentModel.DependencyPropertyKind.get_IsInternal(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: MS.Internal.Interop.HRESULT.GetException(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Exception.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetConstructor(Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.LocalAppContext.SetupDelegate(): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.Assembly.GetType(String)' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags,Binder,Type[],ParameterModifier[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: System.LocalAppContext.SetupDelegate(): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.ReflectionHelper.GetQualifiedType(String): Calling 'System.Reflection.Assembly.GetType(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types might be removed.
ILLink: Trim analysis warning IL2057: System.Windows.Markup.ReflectionHelper.GetQualifiedType(String): Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
ILLink: Trim analysis warning IL2026: System.Windows.Markup.ReflectionHelper.LoadAssemblyHelper(String,String): Calling 'System.Reflection.Assembly.LoadFile(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
ILLink: Trim analysis warning IL2059: MS.Internal.WindowsBase.SecurityHelper.RunClassConstructor(Type): Unrecognized value passed to the parameter 'type' of method 'System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(RuntimeTypeHandle)'. It's not possible to guarantee the availability of the target static constructor.
ILLink: Trim analysis warning IL2075: System.Windows.Markup.TypeConverterHelper.GetMemberInfoForPropertyConverter(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.TypeConverterHelper.GetMemberInfoForPropertyConverter(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Reflection.MemberInfo.get_DeclaringType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetMethod(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Markup.TypeConverterHelper.GetMemberInfoForPropertyConverter(Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.DependencyProperty.get_OwnerType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2072: System.Windows.Markup.TypeConverterHelper.GetTypeConverter(Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Windows.Markup.TypeConverterHelper.GetConverterType(Type)' don't match those on the parameter '#0' of method 'System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgCreateDocfileOnILockBytes(UnsafeNativeCompoundFileMethods.UnsafeNativeILockBytes,Int32,Int32,UnsafeNativeIStorage&): P/invoke method 'MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgCreateDocfileOnILockBytes(UnsafeNativeCompoundFileMethods.UnsafeNativeILockBytes,Int32,Int32,UnsafeNativeIStorage&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgCreateStorageEx(String,Int32,Int32,Int32,IntPtr,IntPtr,Guid&,UnsafeNativeIStorage&): P/invoke method 'MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgCreateStorageEx(String,Int32,Int32,Int32,IntPtr,IntPtr,Guid&,UnsafeNativeIStorage&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgOpenStorageEx(String,Int32,Int32,Int32,IntPtr,IntPtr,Guid&,UnsafeNativeIStorage&): P/invoke method 'MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgOpenStorageEx(String,Int32,Int32,Int32,IntPtr,IntPtr,Guid&,UnsafeNativeIStorage&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgOpenStorageOnILockBytes(UnsafeNativeCompoundFileMethods.UnsafeNativeILockBytes,UnsafeNativeCompoundFileMethods.UnsafeNativeIStorage,Int32,IntPtr,Int32,UnsafeNativeIStorage&): P/invoke method 'MS.Internal.IO.Packaging.CompoundFile.UnsafeNativeCompoundFileMethods.StgOpenStorageOnILockBytes(UnsafeNativeCompoundFileMethods.UnsafeNativeILockBytes,UnsafeNativeCompoundFileMethods.UnsafeNativeIStorage,Int32,IntPtr,Int32,UnsafeNativeIStorage&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.CoInternetCreateSecurityManager(Object,Object&,Int32): P/invoke method 'MS.Win32.UnsafeNativeMethods.CoInternetCreateSecurityManager(Object,Object&,Int32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.CoInternetIsFeatureZoneElevationEnabled(String,String,UnsafeNativeMethods.IInternetSecurityManager,Int32): P/invoke method 'MS.Win32.UnsafeNativeMethods.CoInternetIsFeatureZoneElevationEnabled(String,String,UnsafeNativeMethods.IInternetSecurityManager,Int32)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.CreateStreamOnHGlobal(IntPtr,Boolean,IStream&): P/invoke method 'MS.Win32.UnsafeNativeMethods.CreateStreamOnHGlobal(IntPtr,Boolean,IStream&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.DoDragDrop(IDataObject,UnsafeNativeMethods.IOleDropSource,Int32,Int32[]): P/invoke method 'MS.Win32.UnsafeNativeMethods.DoDragDrop(IDataObject,UnsafeNativeMethods.IOleDropSource,Int32,Int32[])' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.ObjectFromLresult(IntPtr,Guid&,IntPtr,IAccessible&): P/invoke method 'MS.Win32.UnsafeNativeMethods.ObjectFromLresult(IntPtr,Guid&,IntPtr,IAccessible&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.OleGetClipboard(IDataObject&): P/invoke method 'MS.Win32.UnsafeNativeMethods.OleGetClipboard(IDataObject&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.OleIsCurrentClipboard(IDataObject): P/invoke method 'MS.Win32.UnsafeNativeMethods.OleIsCurrentClipboard(IDataObject)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.OleSetClipboard(IDataObject): P/invoke method 'MS.Win32.UnsafeNativeMethods.OleSetClipboard(IDataObject)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2067: MS.Win32.UnsafeNativeMethods.PtrToStructure(IntPtr,Type): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the parameter 'cls' of method 'MS.Win32.UnsafeNativeMethods.PtrToStructure(IntPtr,Type)' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2087: MS.Win32.UnsafeNativeMethods.PtrToStructure<T>(IntPtr): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'T' of 'MS.Win32.UnsafeNativeMethods.PtrToStructure<T>(IntPtr)' don't match those on the parameter 'structureType' of method 'System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr,Type)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.RegisterDragDrop(HandleRef,UnsafeNativeMethods.IOleDropTarget): P/invoke method 'MS.Win32.UnsafeNativeMethods.RegisterDragDrop(HandleRef,UnsafeNativeMethods.IOleDropTarget)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.TF_CreateCategoryMgr(ITfCategoryMgr&): P/invoke method 'MS.Win32.UnsafeNativeMethods.TF_CreateCategoryMgr(ITfCategoryMgr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.TF_CreateDisplayAttributeMgr(ITfDisplayAttributeMgr&): P/invoke method 'MS.Win32.UnsafeNativeMethods.TF_CreateDisplayAttributeMgr(ITfDisplayAttributeMgr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.TF_CreateInputProcessorProfiles(ITfInputProcessorProfiles&): P/invoke method 'MS.Win32.UnsafeNativeMethods.TF_CreateInputProcessorProfiles(ITfInputProcessorProfiles&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: warning IL2050: MS.Win32.UnsafeNativeMethods.TF_CreateThreadMgr(ITfThreadMgr&): P/invoke method 'MS.Win32.UnsafeNativeMethods.TF_CreateThreadMgr(ITfThreadMgr&)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
ILLink: Trim analysis warning IL2090: System.Windows.WeakEventManager<TEventSource,TEventArgs>.WeakEventManager`2(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the generic parameter 'TEventSource' of 'System.Windows.WeakEventManager<TEventSource,TEventArgs>' don't match those on the implicit 'this' parameter of method 'System.Type.GetEvent(String)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2026: MS.Internal.IO.Packaging.XmlDigitalSignatureProcessor.GetHashAlgorithm(String): Calling 'System.Security.Cryptography.CryptoConfig.CreateFromName(String)' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead..
ILLink: Trim analysis warning IL2075: System.Windows.Forms.Integration.PropertyMap.GetProperty(String): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,Type[])'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
ILLink: Trim analysis warning IL2075: System.Windows.Forms.Integration.WindowsFormsHostPropertyMap.FlowDirectionPropertyTranslator(Object,String,Object): The requirements declared via the 'DynamicallyAccessedMembersAttribute' on the return value of method 'System.Object.GetType()' don't match those on the implicit 'this' parameter of method 'System.Type.GetProperty(String,BindingFlags)'. The source value must declare at least the same requirements as those declared on the target location it's assigned to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment