Utf8StringInterpolation icon indicating copy to clipboard operation
Utf8StringInterpolation copied to clipboard

Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.

Results 5 Utf8StringInterpolation issues
Sort by recently updated
recently updated
newest added

## tl;dr; Automate suggestion for update GitHub Actions. ## Motivation Important actions are centrally managed on Cysharp/Actions, however few pieces of direct actions usage is managed by own repo. Let's...

I am creating a .NET Standard 2.0 library that's using `Utf8StringWriter`. That library is supposed to be consumed by other projects with possibly newer .NET versions. The problem here is...

The `Utf8StringWriter` type has: - Instance method: `void AppendLine(string s)` - Extension method: `void AppendLine(ref Utf8StringWriter, [InterpolatedStringHandler] ref Utf8StringWriter)` Due to C# overload resolution rules, calling `writer.AppendLine($"...")` always resolves to...

For generic wrappers around Utf8StirngInterpolation it'd be very nice if there was this overload. It should be fairly possible as `void AppendFormatted(T value, int alignment = 0, string? format =...

[test.zip](https://github.com/user-attachments/files/20951573/test.zip) Attached are the following files: ``` C:\work\test [master]> tree /f Folder PATH listing for volume Windows Volume serial number is 268C-52B1 C:. │ .gitignore │ Test.sln │ ├───Exe │...