You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, a class can have 2 members with the same name. Here's a screenshot from RemoteNetSpy of such a class
This is NOT a bug in the Diver. both GetRuntimeFields() and GetRuntimeEvents() return 2 different member objects with the same name.
The issue that the user might face is an exception when trying to access the member (e.g., StatusChange above) from a DRO.
Specifically this line:
The way to generate such a class is unknown.
It might relate to defining a custom add and remove fields (as seen above).
it might just be lousy programming + oversight in the C# specs that allow this.
The text was updated successfully, but these errors were encountered:
For some reason, a class can have 2 members with the same name. Here's a screenshot from RemoteNetSpy of such a class
This is NOT a bug in the Diver. both
GetRuntimeFields()
andGetRuntimeEvents()
return 2 different member objects with the same name.The issue that the user might face is an exception when trying to access the member (e.g.,
StatusChange
above) from a DRO.Specifically this line:
The way to generate such a class is unknown.
It might relate to defining a custom
add
andremove
fields (as seen above).it might just be lousy programming + oversight in the C# specs that allow this.
The text was updated successfully, but these errors were encountered: