Skip to content

Exception thrown when processing write only properties #282

@roryprimrose

Description

@roryprimrose

ModelBuilder handles properties that are public set with private get. It fails however on purely write only properties. For example:

        public ProtectedItem PrivateWriteOnly
        {
            set
            {
            }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions