我想在所有代表mongo文档的C#类上应用BsonIgnoreExtraElements
。因此,每次我更改文档中的内容时都不会出错。
让我知道该怎么做。
[BsonIgnoreExtraElements]
public class ParticipantSurvey : BaseSurvey
{
public List<ParticipantSurveySection> Sections { get; set; }
public List<ParticipantSurveyQuestion> G