Try putting the [Key] data annotation in your ValidationRule model:
public class ValidationRule { [Key] // Try this public string Code { get; set; } // ... }