ModernUO/Projects/Server.Tests
Kamron Batman 4ea1d79cad
fix: Removes broken OrderedHashSet and adds a simple OrderedSet (#1756)
> [!CAUTION]
> **BREAKING CHANGE**
> Removed `OrderdHashSet` and `PooledOrderedHashSet` due to bugs.

> [!NOTE]
> **Developer Note**
> The OrderedSet is not a full data structure. It is not particularly efficient. Pull Requests are welcome for a better implementation, especially if it ends up supporting `ISet<T>` and `IReadOnlySet<T>`

## Summary

The ordered hash set was buggy. It's kind of painful to implement, so for now, I added a simple `OrderedSet` to suffice for gumps. Please reach out if this causes disruption!
2024-05-03 18:03:26 -07:00
..
Fixtures fix: Fixes hanging tests (#1535) 2023-10-09 00:22:59 -07:00
Helpers fix: Removes support for v4 Client and old gump packet. (#1739) 2024-04-24 19:39:37 -07:00
Tests fix: Removes broken OrderedHashSet and adds a simple OrderedSet (#1756) 2024-05-03 18:03:26 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj chore(deps): Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 (#1750) 2024-04-29 17:54:12 -07:00