79692626

Date: 2025-07-07 09:42:05
Score: 0.5
Natty:
Report link

Try putting the [Key] data annotation in your ValidationRule model:

public class ValidationRule
{
    [Key] // Try this
    public string Code { get; set; }
    // ...
}
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alexander Svilarov