Gowtham Gopalsamy
reported
Nov 08, 2018 at 11:43 AM
Solution by
Jared Parsons [MSFT]
·
Nov 12, 2018 at 06:05 PM
Took a look and the bug appears to be inside the DynamicHelper
type. If you debug this application with Just My Code disabled you'll see this block throws everytime a request for OrderID or ObjectID is made
var dynamicHelper = new DynamicHelper(); var getterSite = dynamicHelper.GetGetterSite(dynamicMetaObject.GetType(), propName); object result = getterSite.Target.Invoke(getterSite, dynamicMetaObject); return result;
When this code is fixed up to not throw (just using slow reflection to grab the members) then everything works just fine. The bug appears to be in how DynamicHelper
generates theses getters.
35 People are following this
Désabonnement-Unsubscribe
0
Solution
.net framework 4.5 -4.7.1 send http request bug
1
Solution
project creation failed
0
Solution
asynchronous socket client return empty response
0
Solution
.NET Framework 4.7.2 bug?
2
Solution
.net Framework 3.5 not installing on Windows 10
0
Solution
dotnet run looks in the wrong location for project output .dll
0
Solution
SslStream.AuthenticateAsClient ignores checkCertificateRevocation
1
Solution