I like to use the Nullables compiler option in my projects since it helps me prevent against null dereferences way easier.
I think it would be good for this project to be fixed up so that when compiling with Nullables enabled you don't get any compiler warning.
I like to use the
Nullablescompiler option in my projects since it helps me prevent against null dereferences way easier.I think it would be good for this project to be fixed up so that when compiling with
Nullablesenabled you don't get any compiler warning.