C#C
C#2y ago
SWEETPONY

✅ What is reason of null! here?

I have this property in entity model:
[Required]
[MinLength(1)]
[MaxLength(100)]
public string Identity { get; set; } = null!;
Was this page helpful?