231 Views
In the previous post, we saw that with nullable reference types enabled, you get better static flow analysis when working on your code. While nullable reference types don't give you runtime safety, the design-time and compile-time help is priceless!
0 comments