Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make string to enum conversion case insensitive #432

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

0xced
Copy link
Member

@0xced 0xced commented Aug 6, 2024

All other enum parsing performed in the ConfigurationReader is also case insensitive.

Fixes #431

All other enum parsing performed in the ConfigurationReader is also case insensitive.

Fixes serilog#431
@nblumhardt nblumhardt merged commit 296a8ba into serilog:dev Aug 6, 2024
1 check passed
@nblumhardt
Copy link
Member

👍

@0xced 0xced deleted the string-to-enum-ignore-case branch August 6, 2024 22:55
@nblumhardt nblumhardt mentioned this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StringArgumentValue.ConvertTo() should convert enum's case insensitive
2 participants