Pretty unexpected for a raven. But just reading some documents ignoring the property seems pretty straightforward. But for some reason, my property, which I do not want to keep, is preserved. I do not know why. Thanks for any help or guidance.
This property is created in an Entity project (part of a web project solution)
I have no attributes in btw class
[JsonIgnore] public bool AllowedToEdit { get { return _allowedToEdit; } set { _allowedToEdit = value; } }
Not sure what else to publish, but this property is preserved.
json c # ravendb
user516883
source share