Use of Nullable in cs projects

Use of the Nullable option in some c# projects causes confusing IDE messages. The option should be removed or a lot of code has to be refactored (variables made nullable with “?”).