dotnet / dotnet/yarp

Extend the default ConfigValidator.cs

Open
#2,049 5 comments 0 reactions 0 assignees View on GitHub
Type: Idea
Dominant language
C#
Stars
9.6k
Forks
933
Avg merge
12d 18h
Merged PRs (30d)
2

Description

### What should we add or change to make your life better?

The current `ConfigValidator` is an internal class, which means we cannot use it in our code.
When we try to implement our own validation logic, we have to replace the `IConfigValidator` with our own implementation.

What we want is:
1. Utilize the default validator to perform a set of default validation.
2. Add our extra validation code.

If the `ConfigValidator` is a public class, we can wrap it inside our own validator implementation.

### Why is this important to you?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.