ModernUO/Projects/Server.Tests
Kamron Batman 03d0a4664e
fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363)
- [X] Adds support for `SkipLocalsInitAttribute`. SkipLocalsInitAttribute skips initializing stack variables including `stackalloc`. I don't think it is wired/working yet but should be implemented soon.
- [X] Optimizes broadcasted packets by checking if the first byte (packet ID) is non-zero. If it is already set, it reuses the buffer.
- [X] Removes unnecessary refs to Spans. I don't think the Span struct itself is mutable, so a ref is not helpful.
2020-12-26 12:46:06 -08:00
..
Fixtures Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
Helpers Converts targeting packets (#330) 2020-11-29 23:01:31 -08:00
Mocks Fix bad serials (#304) 2020-11-08 12:09:26 -08:00
Tests fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363) 2020-12-26 12:46:06 -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