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

use char overload for split #277

Merged

Conversation

SimonCropp
Copy link
Contributor

No description provided.

@@ -34,4 +34,4 @@ public static string ToIndexName(Type streamType, object? tenantId = null)
return $"{tenantPrefix}{ToIndexPrefix(streamType)}".ToLower();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should all ToLowers become ToLowerInvariant?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, probably, I'll look into that in other PR 👍

Copy link
Owner

@oskardudycz oskardudycz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@oskardudycz oskardudycz merged commit 1b5db84 into oskardudycz:main May 23, 2024
2 of 3 checks passed
@SimonCropp SimonCropp deleted the use-char-overload-for-split branch May 23, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants