ModernUO/Projects/Server.Tests
Kamron Batman b6cd408623
Updates Message Packets (#321)
### API Breaking Change
Combined `AsciiMessage` and `UnicodeMessage` into a single function that takes two arguments, `bool ascii` and `string lang`. Lang can be null (or anything) if ascii is true. 

- [X] Changes message packets
- [X] Cleans up some code
- [X] Uses benchmarks to determine if the spanwriter + copyfrom
2020-11-20 21:50:13 -08:00
..
Buffers Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Fixtures Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
Helpers Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
Mocks Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
Tests Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj Drop .NET Core 3.1 (#307) 2020-11-10 20:28:05 -08:00