ModernUO/Projects/Server.Tests/Tests/Collections
Kamron Batman e9642d61f1
fix: Removes custom BitArray (#1597)
### Summary

The BitArray class will be optimized over the next several years for various platforms/hardware and maintaining a duplicate for serialization is not practical. Removing the custom implementation. Recommend against using BitArray for serialization unless it is absolutely necessary.
2023-11-17 14:37:07 -08:00
..
OrderedHashSetTests.cs fix(core): Adds ability to store null value in ordered hash set (#447) 2021-02-03 17:57:03 -08:00
PooledRefQueueTests.cs fix: Fixes tests to use C# 11 syntax (#1462) 2023-08-17 00:58:44 -07:00
ValueLinkListTests.cs fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00