© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
32 replies
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!;
[Required]
[MinLength(1)]
[MaxLength(100)]
public string Identity { get; set; } = null!;
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ What is the function of the Dictionary here?
C#CC# / help
3y ago
Help me find what is null
C#CC# / help
2y ago
✅ What is OnPropertyChanged actually doing here?
C#CC# / help
7mo ago
✅ wtf? what is the problem here?
C#CC# / help
2y ago