Is your feature request related to a problem? Please describe.
C#8 adds nullable reference types. Not only will CSLA need to support this, but it should also annotate its members with not just ?, but with the new nullable attributes.
Describe the solution you'd like
NRT support throughout CSLA.
Describe alternatives you've considered
Nothing :)
Additional context
Use this reference for details/information.
Is your feature request related to a problem? Please describe.
C#8 adds nullable reference types. Not only will CSLA need to support this, but it should also annotate its members with not just
?, but with the new nullable attributes.Describe the solution you'd like
NRT support throughout CSLA.
Describe alternatives you've considered
Nothing :)
Additional context
Use this reference for details/information.