79409124

Date: 2025-02-03 14:37:22
Score: 1.5
Natty:
Report link

Every mongodb document must contain an identifier described as _id (the error does tell you that
An error occurred while serializing the Identifiers property of class Resource);
you can solve the problem by changing the property id to ObjectId _id or by adding [BsonNoId] before each class you are defining.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: hello-there-general-kenobi