I noticed that in a project with nullable reference types enabled, no ? are generated on properties. This has resulted in me running into a few null reference exception crashes because I expected nullable warnings. Am I missing a specific setting to enable them or are they just not implemented?
I noticed that in a project with nullable reference types enabled, no
?are generated on properties. This has resulted in me running into a few null reference exception crashes because I expected nullable warnings. Am I missing a specific setting to enable them or are they just not implemented?