ModernUO/Projects/UOContent.Tests
Kamron Batman 3516aa6d85 perf(advanced-search): span-based leaf evaluator for EvaluateBoolean
Custom LeafEvaluator<TState> delegate takes the leaf as ReadOnlySpan<char>
(Func<> can't take a ref struct) and threads caller state through, so the
property-test recursion allocates neither a per-leaf string nor a capturing
closure per entity.
2026-07-20 08:23:19 -07:00
..
Fixtures fix(ci): run test projects on CI; remove brittle OPL attribute tests (#2513) 2026-07-02 22:35:37 -07:00
Tests perf(advanced-search): span-based leaf evaluator for EvaluateBoolean 2026-07-20 08:23:19 -07:00
UOContent.Tests.csproj fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00