aspnet / MicrosoftConfigurationBuilders

Microsoft.Configuration.Builders
MIT License
118 stars 61 forks source link

KeyValueConfigException is internal #195

Closed philipwolfe closed 1 year ago

philipwolfe commented 2 years ago

If KeyValueConfigException is internal, so no subclasses can catch this exception to handle it when it is thrown from KeyValueConfigBuilder. And I also think no 'hosting' code can catch this exception. Is this intentional to let internal exceptions to leak out of the library?

philipwolfe commented 1 year ago

@StephenMolloy or @terrajobst Can you comment on this before releasing V3?

StephenMolloy commented 1 year ago

Addressed by #204.