csharplang icon indicating copy to clipboard operation
csharplang copied to clipboard

[Proposal]: u8 string interpolation

Open 333fred opened this issue 10 months ago • 0 comments

u8 string interpolation

  • Specification: TBD
  • Discussion: https://github.com/dotnet/csharplang/discussions/9120

Summary

Allow u8 strings to be used with interpolation when the target handler has an AppendLiteral(ReadOnlySpan<byte>) method.

Design meetings

  • https://github.com/dotnet/csharplang/blob/main/meetings/2023/LDM-2023-10-16.md#u8-string-interpolation

333fred avatar Feb 07 '25 18:02 333fred