paul1956 / CSharpToVB

New version of CSharpToVB converter
MIT License
25 stars 9 forks source link

Nullable Reference Types #58

Closed DualBrain closed 3 years ago

DualBrain commented 3 years ago

Are you able to "automate" the removal of the ? from the conversion for reference types? When removed, add a TODO: comment stating that the original source declared the variable as a Nullable Reference Type and additional code review may be necessary to handle null conditions.

DualBrain commented 3 years ago

Github errored out; thus created a duplicate. Closing as a duplicate.