ModernUO/Projects/Server.Tests
Kamron Batman 42ae2a1146 refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList
string converts implicitly to ReadOnlySpan<char>, so Add(ReadOnlySpan<char>) subsumes
Add(string); $"..." literals still bind to the interpolated-string-handler overload
(zero-alloc). OplTextBlock now holds an IPropertyList instead of the concrete
ObjectPropertyList.
2026-06-26 00:45:50 -07:00
..
Fixtures fix(tests): single shared bootstrap; idempotent SerializationThreadWorker.Exit (#2473) 2026-06-07 12:36:37 -07:00
Helpers feat: Implements passive Detect Hidden mechanics (#2342) 2026-02-28 11:24:49 -08:00
Tests refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList 2026-06-26 00:45:50 -07:00
Server.Tests.csproj fix: Bumps dependencies (#2472) 2026-06-07 01:25:21 -07:00