You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a List<T> from an XSD using the -nr flag, it is given MaybeNullAttribute, but is also initialised in the ctor and has a private setter, so can never be null. Surely this shouldn't be there?
The text was updated successfully, but these errors were encountered:
When generating a
List<T>
from an XSD using the-nr
flag, it is givenMaybeNullAttribute
, but is also initialised in thector
and has a private setter, so can never be null. Surely this shouldn't be there?The text was updated successfully, but these errors were encountered: