Open Arithmomaniac opened 6 years ago
@brycekbargar proposed the following instead of the current names/values for ObjectFieldsDepthLevel:
ObjectFieldsDepthLevel
ObjectFieldsBehavior.NoRecursion ObjectFieldsBehavior.ShallowRecursion ObjectFieldsBehavior.FullRecursion
I like it. After Fest, we can add these, and flag the ObjectFieldsDepthLevel as [Obsolete] (they would still work, as we could cast to ObjectFieldsBehavior type.). Eventually, we would be able to remove them.
[Obsolete]
ObjectFieldsBehavior
This is something minor. It will be implemented by me.
@brycekbargar proposed the following instead of the current names/values for
ObjectFieldsDepthLevel
:I like it. After Fest, we can add these, and flag the
ObjectFieldsDepthLevel
as[Obsolete]
(they would still work, as we could cast toObjectFieldsBehavior
type.). Eventually, we would be able to remove them.