Skip to content

Support for immutable types #125

Open
@star-kasperbirkelundlarsen

Description

Hi, is it possible so fill an immutable class (with no setter on the properties)?

    public class MyClass
    {
        public string Name { get; }

        public MyClass(string name)
        {
            Name = name;
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions