Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created November 21, 2017 14:02
Show Gist options
  • Save mandel-macaque/03d11df6372840f35d8313b9f63ef9a6 to your computer and use it in GitHub Desktop.
Save mandel-macaque/03d11df6372840f35d8313b9f63ef9a6 to your computer and use it in GitHub Desktop.
MandelsWorkMachine:tests mandel$ make run-mac-System.Security-modern
XBUILD_FRAMEWORK_FOLDERS_PATH=/Users/mandel/Xamarin/macios/master/xamarin-macios/_mac-build/Library/Frameworks/Mono.framework/External/xbuild-frameworks MSBuildExtensionsPath=/Users/mandel/Xamarin/macios/master/xamarin-macios/_mac-build/Library/Frameworks/Mono.framework/External/xbuild XamarinMacFrameworkRoot=/Users/mandel/Xamarin/macios/master/xamarin-macios/_mac-build/Library/Frameworks/Xamarin.Mac.framework/Versions/Current /Library/Frameworks/Mono.framework/Versions/Current/bin/xbuild /nologo /verbosity:quiet ../external/guiunit/src/framework/GuiUnit_xammac_mobile.csproj
Internal/RandomGenerator.cs(77,55): warning CS1570: XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
Internal/RandomGenerator.cs(98,53): warning CS1570: XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
Internal/RandomGenerator.cs(119,52): warning CS1570: XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
Internal/AsyncInvocationRegion.cs(86,34): warning CS0168: The variable 'e' is declared but never used
Internal/ThreadUtility.cs(64,17): warning CS0618: 'Thread.Resume()' is obsolete: 'Thread.Resume has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources. http://go.microsoft.com/fwlink/?linkid=14202'
GuiUnit/AdditionalAsserts.cs(10,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Greater(int, int, string, params object[])'
GuiUnit/AdditionalAsserts.cs(15,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Greater(int, int, string)'
GuiUnit/AdditionalAsserts.cs(20,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Greater(int, int)'
GuiUnit/AdditionalAsserts.cs(28,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Greater(double, double, string, params object[])'
GuiUnit/AdditionalAsserts.cs(33,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Greater(double, double, string)'
GuiUnit/AdditionalAsserts.cs(38,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Greater(double, double)'
GuiUnit/AdditionalAsserts.cs(49,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Less(int, int, string, params object[])'
GuiUnit/AdditionalAsserts.cs(54,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Less(int, int, string)'
GuiUnit/AdditionalAsserts.cs(59,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Less(int, int)'
GuiUnit/AdditionalAsserts.cs(67,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Less(double, double, string, params object[])'
GuiUnit/AdditionalAsserts.cs(72,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Less(double, double, string)'
GuiUnit/AdditionalAsserts.cs(77,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.Less(double, double)'
GuiUnit/AdditionalAsserts.cs(87,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.IsInstanceOf<T>(object, string, params object[])'
GuiUnit/AdditionalAsserts.cs(92,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.IsInstanceOf<T>(object, string)'
GuiUnit/AdditionalAsserts.cs(97,22): warning CS1591: Missing XML comment for publicly visible type or member 'Assert.IsInstanceOf<T>(object)'
Constraints/ThrowsNothingConstraint.cs(49,30): warning CS1591: Missing XML comment for publicly visible type or member 'ThrowsNothingConstraint.Matches<T>(ActualValueDelegate<T>)'
Internal/AssemblyHelper.cs(41,26): warning CS1572: XML comment has a param tag for 'assembly', but there is no parameter by that name
Internal/AssemblyHelper.cs(43,51): warning CS1573: Parameter 'type' has no matching param tag in the XML comment for 'AssemblyHelper.GetAssemblyPath(Type)' (but other parameters do)
Internal/AssemblyHelper.cs(109,30): warning CS1591: Missing XML comment for publicly visible type or member 'AssemblyHelper.GetAssemblyPathFromCodeBase(string)'
TestContext.cs(121,32): warning CS1591: Missing XML comment for publicly visible type or member 'TestContext.Random'
GuiUnit/TestRunner.cs(38,15): warning CS1591: Missing XML comment for publicly visible type or member 'TestRunner'
GuiUnit/TestRunner.cs(41,21): warning CS1591: Missing XML comment for publicly visible type or member 'TestRunner.ExitCode'
GuiUnit/TestRunner.cs(44,36): warning CS1591: Missing XML comment for publicly visible type or member 'TestRunner.BeforeShutdown'
GuiUnit/TestRunner.cs(53,38): warning CS1591: Missing XML comment for publicly visible type or member 'TestRunner.MainLoop'
GuiUnit/TestRunner.cs(69,21): warning CS1591: Missing XML comment for publicly visible type or member 'TestRunner.Main(string[])'
GuiUnit/TestRunner.cs(88,52): warning CS1574: XML comment has cref attribute 'TextUI' that could not be resolved
GuiUnit/TestRunner.cs(93,52): warning CS1574: XML comment has cref attribute 'TextUI' that could not be resolved
GuiUnit/TestRunner.cs(99,52): warning CS1574: XML comment has cref attribute 'TextUI' that could not be resolved
GuiUnit/IMainLoopIntegration.cs(5,19): warning CS1591: Missing XML comment for publicly visible type or member 'IMainLoopIntegration'
GuiUnit/IMainLoopIntegration.cs(7,8): warning CS1591: Missing XML comment for publicly visible type or member 'IMainLoopIntegration.InitializeToolkit()'
GuiUnit/IMainLoopIntegration.cs(8,8): warning CS1591: Missing XML comment for publicly visible type or member 'IMainLoopIntegration.InvokeOnMainLoop(InvokerHelper)'
GuiUnit/IMainLoopIntegration.cs(9,8): warning CS1591: Missing XML comment for publicly visible type or member 'IMainLoopIntegration.RunMainLoop()'
GuiUnit/IMainLoopIntegration.cs(10,8): warning CS1591: Missing XML comment for publicly visible type or member 'IMainLoopIntegration.Shutdown()'
GuiUnit/XwtMainLoopIntegration.cs(8,15): warning CS1591: Missing XML comment for publicly visible type or member 'XwtMainLoopIntegration'
GuiUnit/XwtMainLoopIntegration.cs(21,10): warning CS1591: Missing XML comment for publicly visible type or member 'XwtMainLoopIntegration.XwtMainLoopIntegration()'
GuiUnit/XwtMainLoopIntegration.cs(28,15): warning CS1591: Missing XML comment for publicly visible type or member 'XwtMainLoopIntegration.InitializeToolkit()'
GuiUnit/XwtMainLoopIntegration.cs(58,15): warning CS1591: Missing XML comment for publicly visible type or member 'XwtMainLoopIntegration.InvokeOnMainLoop(InvokerHelper)'
GuiUnit/XwtMainLoopIntegration.cs(66,15): warning CS1591: Missing XML comment for publicly visible type or member 'XwtMainLoopIntegration.RunMainLoop()'
GuiUnit/XwtMainLoopIntegration.cs(71,15): warning CS1591: Missing XML comment for publicly visible type or member 'XwtMainLoopIntegration.Shutdown()'
GuiUnit/InvokerHelper.cs(6,15): warning CS1591: Missing XML comment for publicly visible type or member 'InvokerHelper'
GuiUnit/InvokerHelper.cs(14,15): warning CS1591: Missing XML comment for publicly visible type or member 'InvokerHelper.Invoke()'
GuiUnit/MonoMacMainLoopIntegration.cs(8,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonoMacMainLoopIntegration'
GuiUnit/MonoMacMainLoopIntegration.cs(18,10): warning CS1591: Missing XML comment for publicly visible type or member 'MonoMacMainLoopIntegration.MonoMacMainLoopIntegration()'
GuiUnit/MonoMacMainLoopIntegration.cs(28,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonoMacMainLoopIntegration.InitializeToolkit()'
GuiUnit/MonoMacMainLoopIntegration.cs(45,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonoMacMainLoopIntegration.InvokeOnMainLoop(InvokerHelper)'
GuiUnit/MonoMacMainLoopIntegration.cs(53,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonoMacMainLoopIntegration.RunMainLoop()'
GuiUnit/MonoMacMainLoopIntegration.cs(58,15): warning CS1591: Missing XML comment for publicly visible type or member 'MonoMacMainLoopIntegration.Shutdown()'
GuiUnit/XmlTestListener.cs(9,15): warning CS1591: Missing XML comment for publicly visible type or member 'XmlTestListener'
GuiUnit/XmlTestListener.cs(17,10): warning CS1591: Missing XML comment for publicly visible type or member 'XmlTestListener.XmlTestListener(TextWriter)'
GuiUnit/XmlTestListener.cs(22,15): warning CS1591: Missing XML comment for publicly visible type or member 'XmlTestListener.TestStarted(ITest)'
GuiUnit/XmlTestListener.cs(31,15): warning CS1591: Missing XML comment for publicly visible type or member 'XmlTestListener.TestFinished(ITestResult)'
GuiUnit/XmlTestListener.cs(50,15): warning CS1591: Missing XML comment for publicly visible type or member 'XmlTestListener.TestOutput(TestOutput)'
GuiUnit/GtkMainLoopIntegration.cs(31,15): warning CS1591: Missing XML comment for publicly visible type or member 'GtkMainLoopIntegration'
GuiUnit/GtkMainLoopIntegration.cs(37,10): warning CS1591: Missing XML comment for publicly visible type or member 'GtkMainLoopIntegration.GtkMainLoopIntegration()'
GuiUnit/GtkMainLoopIntegration.cs(44,15): warning CS1591: Missing XML comment for publicly visible type or member 'GtkMainLoopIntegration.InitializeToolkit()'
GuiUnit/GtkMainLoopIntegration.cs(50,15): warning CS1591: Missing XML comment for publicly visible type or member 'GtkMainLoopIntegration.InvokeOnMainLoop(InvokerHelper)'
GuiUnit/GtkMainLoopIntegration.cs(58,15): warning CS1591: Missing XML comment for publicly visible type or member 'GtkMainLoopIntegration.RunMainLoop()'
GuiUnit/GtkMainLoopIntegration.cs(63,15): warning CS1591: Missing XML comment for publicly visible type or member 'GtkMainLoopIntegration.Shutdown()'
MSBuild auto-detection: using msbuild version '15.0' from '/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/msbuild/15.0/bin/'.
All packages listed in packages.config are already installed.
XBUILD build-mac-unified-System.Security-modern
Runtime Environment -
OS Version: Unix 17.2.0.0
Mono Version: 4.0.50524.0
***** System.Security-modernTests
***** CryptographicAttributeObjectCollectionTest
***** Add_AsnEncodedData_Null
***** Add_CryptographicAttributeObject_Null
***** Add_MultipleSameOid
***** Constructor_CryptographicAttributeObject
***** Constructor_Empty
***** CopyTo_Null
***** ICollection_CopyTo_Null
***** Remove_MultipleSameOid_First
***** Remove_MultipleSameOid_Last
***** Remove_Null
***** Remove_Null_WithNullItem
***** Remove_WithDifferentInstance
***** CryptographicAttributeObjectEnumeratorTest
***** Empty
***** One_AsnEncodedData
***** One_CryptographicAttributeObject
***** Two_Both
***** CryptographicAttributeTest
***** ConstructorOid
***** ConstructorOidAsnEncodedDataCollectionNull
***** ConstructorOidCollection
***** ConstructorOidNull
***** ConstructorOidNullCollection
***** AlgorithmIdentifierTest
***** ConstructorEmpty
***** ConstructorOid
***** ConstructorOidKeyLength
***** ConstructorOidKeyLengthNegative
***** ConstructorOidNull
***** ConstructorOidNullKeyLength
***** KeyLength
***** Oid
***** Parameters
***** CmsRecipientCollectionTest
***** Ctor_SubjectIdentifierType_X509Certificate2CollectionNull
***** CmsRecipientTest
***** IssuerAndSerialNumber
***** NullCertificate
***** SubjectKeyIdentifier
***** Unknown
***** ContentInfoTest
***** ConstructorContent
***** ConstructorNonPkcs7Oid
***** ConstructorOidContent
***** ConstructorOidContentNull
***** ConstructorOidNull
***** ConstructorOidNullContent
***** GetContentType_data
***** GetContentType_digestedData
***** GetContentType_encryptedData
***** GetContentType_envelopedData
***** GetContentType_invalid
***** GetContentType_signedAndEnvelopedData
***** GetContentType_signedData
***** GetContentType_unknown
***** GetContentTypeBadASN1
***** GetContentTypeNull
***** Oid_ModifyContent
***** EnvelopedCmsTest
***** ConstructorContentInfo
***** ConstructorContentInfoAlgorithmIdentifier
***** ConstructorContentInfoAlgorithmIdentifierNull
***** ConstructorContentInfoNull
***** ConstructorContentInfoNullAlgorithmIdentifier
***** ConstructorEmpty
***** ConstructorSubjectIdentifierTypeIssuerAndSerialNumberContentInfo
***** ConstructorSubjectIdentifierTypeIssuerAndSerialNumberContentInfoAlgorithmIdentifier
***** ConstructorSubjectIdentifierTypeSubjectKeyIdentifierContentInfo
***** ConstructorSubjectIdentifierTypeSubjectKeyIdentifierContentInfoAlgorithmIdentifier
***** ConstructorSubjectIdentifierTypeUnknownContentInfo
***** ConstructorSubjectIdentifierTypeUnknownContentInfoAlgorithmIdentifier
***** DecodeNull
***** DecryptEmpty
***** DecryptRecipientInfoNull
***** DecryptRecipientInfoX509CertificateExCollectionNull
***** DecryptX509CertificateExCollectionNull
***** EncodeEmpty
***** EnvelopedCmsRecipientCollectionNull
***** EnvelopedCmsRecipientNull
***** KeyTransRecipientInfoTest
***** EncryptedKey_ModifyContent
***** IssuerAndSerialNumber
***** Pkcs9AttributeObjectTest
***** ConstructorAsnEncodedDataNull
***** ConstructorEmpty
***** ConstructorOidArray
***** ConstructorOidArrayNull
***** ConstructorOidNullArray
***** ConstructorStringArray
***** ConstructorStringArrayNull
***** ConstructorStringNullArray
***** CopyFrom_Null
***** CopyFrom_Self
***** CopyFrom_SigningTime_OidRaw
***** CopyFrom_SigningTime_Raw
***** Pkcs9ContentTypeTest
***** Constructor_Empty
***** CopyFrom
***** CopyFrom_BadData
***** CopyFrom_Null
***** Pkcs9DocumentDescriptionTest
***** Constructor_Array
***** Constructor_ArrayNull
***** Constructor_Empty
***** Constructor_String
***** Constructor_StringNull
***** CopyFrom_Null
***** Pkcs9DocumentNameTest
***** Constructor_Array
***** Constructor_ArrayNull
***** Constructor_Empty
***** Constructor_Empty_MessageDigest
***** Constructor_String
***** Constructor_StringNull
***** CopyFrom_Null
***** Pkcs9MessageDigestTest
***** Constructor_Empty
***** CopyFrom
***** CopyFrom_BadData
***** CopyFrom_Null
***** Pkcs9SigningTimeTest
***** Constructor_Bytes
***** Constructor_Bytes_Null
***** Constructor_DateTime
***** Constructor_DateTime_1600
***** Constructor_DateTime_1601
***** Constructor_DateTime_After1950
***** Constructor_DateTime_After2050
***** Constructor_DateTime_Before1950
***** Constructor_DateTime_Before2050
***** Constructor_DateTime_MaxValue
***** Constructor_DateTime_MinValue
***** Constructor_DateTime_Now
***** Constructor_Empty
***** CopyFrom
***** CopyFrom_Bad
***** CopyFrom_Null
***** DateTime_Mono10Release
***** ProtectedDataTest
***** DataProtectionScope_All
***** Protect_InvalidDataProtectionScope
***** ProtectCurrentUser
***** ProtectLocalMachine
***** ProtectNull
***** ProtectNullEntropy
***** Unprotect_InvalidDataProtectionScope
***** UnprotectNotProtectedData
***** UnprotectNull
Tests run: 133, Passed: 125, Errors: 0, Failures: 0, Inconclusive: 0
Not run: 8, Invalid: 0, Ignored: 8, Skipped: 0
Elapsed time: 00:00:00.2600000
Tests Not Run:
1) GetContentType_digestedData (MonoTests.System.Security.Cryptography.Pkcs.ContentInfoTest.GetContentType_digestedData)
need a working sample
2) GetContentType_encryptedData (MonoTests.System.Security.Cryptography.Pkcs.ContentInfoTest.GetContentType_encryptedData)
need a working sample
3) DataProtectionScope_All (MonoTests.System.Security.Cryptography.ProtectedDataTest.DataProtectionScope_All)
Only supported under Windows 2000 and later
at MonoTests.System.Security.Cryptography.ProtectedDataTest.DataProtectionScope_All () [0x000ce] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:115
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
4) ProtectCurrentUser (MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectCurrentUser)
Only supported under Windows 2000 and later
at MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectUnprotect (System.Byte[] entropy, System.Security.Cryptography.DataProtectionScope scope) [0x00069] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:50
at MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectCurrentUser () [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:59
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
5) ProtectLocalMachine (MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectLocalMachine)
Only supported under Windows 2000 and later
at MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectUnprotect (System.Byte[] entropy, System.Security.Cryptography.DataProtectionScope scope) [0x00069] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:50
at MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectLocalMachine () [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:67
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
6) ProtectNullEntropy (MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectNullEntropy)
Only supported under Windows 2000 and later
at MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectUnprotect (System.Byte[] entropy, System.Security.Cryptography.DataProtectionScope scope) [0x00069] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:50
at MonoTests.System.Security.Cryptography.ProtectedDataTest.ProtectNullEntropy () [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:147
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
7) Unprotect_InvalidDataProtectionScope (MonoTests.System.Security.Cryptography.ProtectedDataTest.Unprotect_InvalidDataProtectionScope)
Only supported under Windows 2000 and later
at MonoTests.System.Security.Cryptography.ProtectedDataTest.Unprotect_InvalidDataProtectionScope () [0x0002f] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:176
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
8) UnprotectNotProtectedData (MonoTests.System.Security.Cryptography.ProtectedDataTest.UnprotectNotProtectedData)
Only supported under Windows 2000 and later
at MonoTests.System.Security.Cryptography.ProtectedDataTest.UnprotectNotProtectedData () [0x0001d] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs:159
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment