Skip to content

Commit 0c5e3e3

Browse files
committed
Update Validation ruleset rules collection to be an IEnumerable
1 parent db75eed commit 0c5e3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Validations/ValidationRuleSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ValidationRuleSet(IEnumerable<ValidationRule> rules)
110110
/// <summary>
111111
/// Gets the rules in this rule set.
112112
/// </summary>
113-
public IList<ValidationRule> Rules
113+
public IEnumerable<ValidationRule> Rules
114114
{
115115
get
116116
{

0 commit comments

Comments
 (0)