C# 8.0 introduces nullable reference types. Here\'s a simple class with a nullable property:
public class Foo { pu
I wrote a library to do reflection of NRT types - internally it looks at the generated attributes and gives you a simple API:
https://github.com/RicoSuter/Namotion.Reflection