Dotnet-Boxed/Framework

Enable C# 8 Nullable Reference Types

RehanSaeed opened this issue · 4 comments

Describe the feature

Add C# 8 Nullable Reference Types.

Please make this an optional flag to enable.

Well, this is in the framework project. So no flags here.

In the templates, I think having an optional feature will be very difficult. It will mean a huge number of #if FOO directives. Not sure. Need to play with it to see.

The big thing is that it changes the entire way someone programs. Its almost like writing a whole new language. Only a small fraction of people are using it every day.

Fixed by #276