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 sure all logging calls use Pascal casing #69

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Conversation

normj
Copy link
Contributor

@normj normj commented Nov 9, 2023

Description of changes:
We were not being consistent with the casing of the log parameters in the library. I enabled the code analyzer as an error when not using Pascal casing and then updated all of the areas where we were not using Pascal casing.

@ashovlin You should add the <WarningsAsErrors>CA1727</WarningsAsErrors> to your PR for the OTel provider.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…rning as an error to enforce consistency in the future.
@normj normj merged commit 3322f01 into dev Nov 10, 2023
3 checks passed
@normj normj deleted the normj/fix-log-casing branch November 10, 2023 18:33
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.

3 participants