File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/Microsoft.OpenApi.Tests/PublicApi Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1262,7 +1262,7 @@ namespace Microsoft.OpenApi.Validations
1262
1262
public ValidationRuleSet() { }
1263
1263
public ValidationRuleSet(Microsoft.OpenApi.Validations.ValidationRuleSet ruleSet) { }
1264
1264
public ValidationRuleSet(System.Collections.Generic.IEnumerable<Microsoft.OpenApi.Validations.ValidationRule> rules) { }
1265
- public System.Collections.Generic.IList <Microsoft.OpenApi.Validations.ValidationRule> Rules { get; }
1265
+ public System.Collections.Generic.IEnumerable <Microsoft.OpenApi.Validations.ValidationRule> Rules { get; }
1266
1266
public void Add(Microsoft.OpenApi.Validations.ValidationRule rule) { }
1267
1267
public System.Collections.Generic.IList<Microsoft.OpenApi.Validations.ValidationRule> FindRules(System.Type type) { }
1268
1268
public System.Collections.Generic.IEnumerator<Microsoft.OpenApi.Validations.ValidationRule> GetEnumerator() { }
You can’t perform that action at this time.
0 commit comments