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
It's a very common use case to have Models that have additional fields that we don't wish to output such as what is provided by JsonIgnore attribute for Json. For the Spreadcheetah outputs we don't always want to spin up new models just to hide fields so a feature to support this would be very useful. It could be a new [ColumnIgnore] attribute or an overload on the existing [ColumnHeader] attribute. Along with some additional examples in the docs to show these additional features for the CodeGen functionality. 😁
The text was updated successfully, but these errors were encountered:
It's a very common use case to have Models that have additional fields that we don't wish to output such as what is provided by
JsonIgnore
attribute for Json. For the Spreadcheetah outputs we don't always want to spin up new models just to hide fields so a feature to support this would be very useful. It could be a new[ColumnIgnore]
attribute or an overload on the existing[ColumnHeader]
attribute. Along with some additional examples in the docs to show these additional features for the CodeGen functionality. 😁The text was updated successfully, but these errors were encountered: