ModernUO/Projects
Kamron Batman 72c568fc8b test(buffers): run RawInterpolatedStringHandlerTests in the sequential collection
It uses the shared, deliberately lock-free STArrayPool<char> (via
RawInterpolatedStringHandler.Clear) but — unlike its siblings STArrayPoolTests and
ValueStringBuilderTests — was not in the [Collection("Sequential Server Tests")]
(DisableParallelization) group. Running in parallel with another pool test races
STArrayPool's single-threaded state and trips its InitializeBuckets Debug.Assert
("Non-null _cacheBuckets"), an intermittent CI failure. Pre-existing; unrelated to the
rest of this branch. Server.Tests 790/790 across repeated runs.
2026-07-21 07:41:33 -07:00
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server fix(opl): only apply the ':#' cliloc marker to integer values (#2540) 2026-07-19 10:49:16 -07:00
Server.Tests test(buffers): run RawInterpolatedStringHandlerTests in the sequential collection 2026-07-21 07:41:33 -07:00
UOContent perf(types): numeric parsing via INumber<T>.TryParse instead of Convert.ChangeType 2026-07-20 09:58:22 -07:00
UOContent.Tests perf(types): numeric parsing via INumber<T>.TryParse instead of Convert.ChangeType 2026-07-20 09:58:22 -07:00