ModernUO/Projects/Server.Tests/Tests/Buffers
Kamron Batman 5f00330a66
fix: Adds optimized formatter for clilocs (#1045)
Adds an optimized formatter for localization. Example:
```cs
string localizationText = Localization.Format(1050039, "enu", $"{m_Amount}\t{LabelNumber:#}");
```

Fixes #1044
2022-06-04 11:53:32 -07:00
..
CircularBufferReaderTests.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
CircularBufferWriterTests.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
SpanWriterTests.cs feat(core): Makes spanwriter resizable (#376) 2020-12-31 19:57:02 -08:00
STArrayPoolTests.cs fix: Adds optimized formatter for clilocs (#1045) 2022-06-04 11:53:32 -07:00
ValueStringBuilderTests.cs fix(core): Core cleanup, adds event loop synchronization, and fixes gumps (#429) 2021-01-25 21:06:46 -08:00