We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894c385 commit bd283c3Copy full SHA for bd283c3
test/OpenApiTests/ModelStateValidation/SocialMediaAccount.cs
@@ -80,7 +80,7 @@ public sealed class SocialMediaAccount : Identifiable<Guid>
80
public string? Planet { get; set; }
81
82
[Attr]
83
- [Range(typeof(TimeSpan), "01:00", "05:00")]
+ [Range(typeof(TimeSpan), "01:00", "05:00", ConvertValueInInvariantCulture = true)]
84
public TimeSpan? NextRevalidation { get; set; }
85
86
0 commit comments