stevon8ter
EF Entity 'required' property
Update 2:
It seems that removing the 'required' modifier from the property also doesn't affect the Nullable in migrations, this only seems to be 'true' when defining 'string?'
So the required modifier in our case only makes it so that
1. Compiler warning isnt there
2. We can't create our own instance of this object without providing a value for the required properties
9 replies