Mark Good
Mark Good
@gsscoder Given: ``` class Options { [Value(0, Required = true)] public string Text { get; set; } [Option("option", Required = true)] public string Option { get; set; } } ```...
I'm trying to create usage examples, but I'm getting an `InvalidOperationException: Sequence contains more than one element`. Any ideas about what's wrong?  