ModernUO/Projects/Server.Tests
Kamron Batman 910e06767b
fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221)
### BREAKING CHANGE ###
The constructor for `TextDefinition` has been removed. Instead use `TextDefinition.Of()` or cast the integer/string to TextDefinition.
2022-10-30 16:53:23 -07:00
..
Fixtures feat(expansions): Adds expansion.json and loads expansions dynamically (#798) 2021-09-23 20:28:43 -07:00
Helpers fix: Streamlines gump compilation (#969) 2022-03-22 23:46:10 -07:00
Tests fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj fix: Removes SetTypeRef for generated code. (#1189) 2022-10-15 15:12:49 -07:00