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

public class ProductDetails : Payload appears to be an incorrect mapping for RevisionId #9

Description

@Noemata

Changing the following in ProductDetails corrects JSON conversion exceptions when getting data back from the store:

        // MP! was:
        //public DateTimeOffset RevisionId { get; set; }
        // MP! changed: To resolve JSON conversion exception.
        //             Type mapping was probably incorrect.
        public string RevisionId { get; set; }

RevisionId does not sound like a DateTimeOffset value.

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