Skip to content

Support classes with "split events" - both field & event members. #6

Description

@theXappy

For some reason, a class can have 2 members with the same name. Here's a screenshot from RemoteNetSpy of such a class
image

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:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions