https://stackoverflow.com/questions/74367986/can-you-turn-off-the-nullable-reference-type-features
Try to disable <nullable> in your csproj
This will disable it everywhere and I don't want that.
you have 3 options. 1. global disable. 2. param disable. 3. ignore null with Exclamation mark
Basic rule Always validate null
This is ef linq, you can't.
i don't think is there a way in linq
You just wish it's not null
Обсуждают сегодня