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

feature/minor-refactor #68

Merged
merged 3 commits into from
Jan 24, 2024
Merged

feature/minor-refactor #68

merged 3 commits into from
Jan 24, 2024

Conversation

andreise
Copy link
Member

Minor refactor:

  • JsonConverterFactory.CreateConverter: Use collection expressions for building object arg array from Json options param.
  • Simplify syntax when initializing spans (use the shortened new constructor syntax)
  • Explicitly use default unchecked when summing array lengths (both for clarity and to produce more appropriate exception when instantiating a too large array)

@andreise andreise requested a review from pmosk January 24, 2024 05:26
@andreise andreise self-assigned this Jan 24, 2024
@andreise andreise merged commit 1d46c8e into main Jan 24, 2024
2 checks passed
@andreise andreise deleted the feature/minor-refactor branch January 24, 2024 05:40
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.

2 participants