❔ Data Annotations Configuration Validation
Pretty self explanatory, how do I validate the configuration I'm getting from the AWS section based on Data Annotations?
4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
do you really need both
[Required] and required?@Ero as far as I understand
required (from .NET 7) is compile-time check whereas [Required] is runtime
@Divi, I think its more like
Was this issue resolved? If so, run
/close - otherwise I will mark this as stale and this post will be archived until there is new activity.