This may be common knowledge but I’ve never seen it online.
[] public Entity Entity { get; set; }
You now get a warning when accessing without a check and when setting to null.
Sadly you still need to ! in quries
You must log in or # to comment.
This may be common knowledge but I’ve never seen it online.
[] public Entity Entity { get; set; }
You now get a warning when accessing without a check and when setting to null.
Sadly you still need to ! in quries