79590553

Date: 2025-04-24 12:14:08
Score: 0.5
Natty:
Report link

I got this issue in the following case:

We had a column that was of type INT and allowed NULL (in SQL Server DB). However, the entity property was only int.

We changed public int col { get; set; } to public int? col { get; set; } to fix issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sampath