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
Every type that Attic should be able to handle must have the StorableType attribute. However, there is no opposing attribute, for example NonStorableType that explicitly states that this type should not be stored. The use of this attribute would also indicate that the StorableType attribute has not be forgotten, but has been deliberately omitted.
An additional benefit of such an attribute would be that the code analyzer would not issue messages / warnings about missing StorableType attributes on type that are explicitly marked with NonStorableType.
The text was updated successfully, but these errors were encountered:
Every type that Attic should be able to handle must have the
StorableType
attribute. However, there is no opposing attribute, for exampleNonStorableType
that explicitly states that this type should not be stored. The use of this attribute would also indicate that theStorableType
attribute has not be forgotten, but has been deliberately omitted.An additional benefit of such an attribute would be that the code analyzer would not issue messages / warnings about missing
StorableType
attributes on type that are explicitly marked withNonStorableType
.The text was updated successfully, but these errors were encountered: