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

Npgsql: Use improved .NET multi-line strings #778

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 19, 2024

About

Newer .NET/C# language versions borrow from Python for defining multi-line strings, using """ Hello, world. """. This is much better for inlining JSON documents, because it doesn't need additional quoting.

Newer .NET/C# language versions borrow from Python for defining
multi-line strings, using `"""`. This is much better for inlining
JSON documents, because it doesn't need additional quoting.
@amotl amotl marked this pull request as ready for review December 19, 2024 21:23
@amotl amotl merged commit 8cda65d into main Dec 19, 2024
9 checks passed
@amotl amotl deleted the npgsql-inline-strings branch December 19, 2024 21:23
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.

1 participant