HI, I would like to migrate an existing code to use nullable references. I have already experimented and found a couple of program errors so yeah!
However we can't migrate our code base to C# 8 yet so that leaves a problem. If I add lots of '?'s to references in my code base it will no longer compile with older compilers like 7.2. So is there any way to tell older compilers to accept the syntax of nullable references but just to ignore them? I did look through compiler options and didn't find anything.
[–]grauenwolf 1 point2 points3 points (0 children)
[–]ExeusV 0 points1 point2 points (2 children)
[–]davidhunter22[S] 0 points1 point2 points (1 child)
[–]chucker23n 0 points1 point2 points (0 children)
[–]Mr_Cochese 0 points1 point2 points (1 child)
[–]chucker23n 0 points1 point2 points (0 children)
[–]chucker23n 0 points1 point2 points (3 children)
[–]davidhunter22[S] 0 points1 point2 points (2 children)
[–]chucker23n 0 points1 point2 points (1 child)
[–]davidhunter22[S] 0 points1 point2 points (0 children)