[Proposal]: Allow new-lines in all interpolations
Open
@CyrusNajmabadi is already working on this.
Since Nov 19, 2024.
Proposal champion
- Dominant language
- C#
- Stars
- 12.7k
- Forks
- 1.1k
- Avg merge
- 11h 1m
- Merged PRs (30d)
- 3
Description
Allow new-lines in all interpolations
- Specification: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/new-line-in-interpolation.md
- Discussion: https://github.com/dotnet/csharplang/discussions/8648
Summary
Allow user to have multi-line interpolations in all places where interpolations are allowed. For example:
var v = $"Count is\t: { this.Is.A.Really()
.That.I.Should(
be + able)[
to.Wrap()] }.";
Design meetings
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.