You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When marking an input parameter as unique and providing validation. A default unique message is returned. Feature request for custom unique message has been observed.
[Required]
[Range(1, int.MaxValue)]
[Unique]
public int PrimaryKey {get; set;}
The text was updated successfully, but these errors were encountered:
When marking an input parameter as unique and providing validation. A default unique message is returned. Feature request for custom unique message has been observed.
The text was updated successfully, but these errors were encountered: