T4Immutable
T4Immutable copied to clipboard
Parent Child Feature
I came across your repo while searching for related topic recently. I created a thread on CoreFx asking about developing your own immutable class APIs, but with also a parent/child relationship. Meaning, I could have an object with children and those children could have children, etc.. However, I need the ability to include/update the respective parent (and ancestors) when updating the properties of the child(ren).
Here is the CoreFx issue: https://github.com/dotnet/corefx/issues/18357
Any help/examples is appreciated.