Page 1 of 1
Version 1977: RuntimeBinderException
Posted: Tue Jan 30, 2024 2:51 am
by weloveayaka
RuntimeBinderException: "2B1B548E" does not contain a definition for "Dynamic"
seems still a Json deserialization problem with dynamic keyword
I'm still finding the minimal reproduce code.
Re: Version 1977: RuntimeBinderException
Posted: Tue Jan 30, 2024 7:56 am
by weloveayaka
Another problem:
InvalidCastException: Unable to cast object of type DC803782 to type 'System.IConvertible'
but our code doesn't force to cast type to IConvertible.
It seems related to Enum (compare?), but I haven't reproduce minimal code yet.
Re: Version 1977: RuntimeBinderException
Posted: Fri Feb 02, 2024 7:30 am
by Admin
Need an example.
Re: Version 1977: RuntimeBinderException
Posted: Sun Feb 04, 2024 7:52 am
by weloveayaka
We are still trying to find the problematic code, and once we find it, we will send it to you