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 “?”).
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 “?”).