EF8 handling string nullability: required, set vs init
How should string
nullability be handled in EF8? Should I use the required
keyword? Also should I choose set;
over init;
? I remember there were some issues with init;
in .NET 6.
How should string
nullability be handled in EF8? Should I use the required
keyword? Also should I choose set;
over init;
? I remember there were some issues with init;
in .NET 6.