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

Support IUtf8SpanFormattable #54

Merged
merged 2 commits into from Sep 14, 2023
Merged

Conversation

hadashiA
Copy link
Member

#53

@@ -459,7 +463,6 @@ public override string ToString()
#endif
}

#if NET6_0_OR_GREATER
Copy link
Member Author

Choose a reason for hiding this comment

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

Interface declarations are only possible with net6 or greater, but I thought we could add implementations, so removed some of extra #if. Any problem ..?

@neuecc
Copy link
Member

neuecc commented Sep 14, 2023

ok!

@hadashiA hadashiA merged commit 50eab7e into master Sep 14, 2023
5 checks passed
@hadashiA hadashiA deleted the hadashiA/utf8-span-formattable branch September 14, 2023 06:54
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.

None yet

2 participants