Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Thomas Lorimor MongoLinqPlusPlus Issues Json.Net deserialization fallback should ignore Json.Net specific attributes #5

@tom1952

Description

@tom1952

The working assumption for the user is that data is deserialized from Mongo utilizing Mongo's Bson related attributes and that any Json.Net attributes are irrelevant.

However, because we fall back to Json.Net for anonymous types, we will then pick up any Json.Net attributes from the deserialized properties despite the user not expecting that.

We should ignore any Json.Net attributes when deserializing...

(Moved this issue over from bitbucket)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions