ModernUO/Projects
Kamron Batman 16c4268b54
fix: Fixes file reading. (#958)
.NET 6 introduced a breaking change where lseek and sys-calls are not used for reading and file streams. This effectively broke out native reader. Since the file reading is fairly optimized, and honestly we don't need it to be "fast" in this case, I have removed the native reader.

https://devblogs.microsoft.com/dotnet/file-io-improvements-in-dotnet-6/
2022-03-11 01:45:03 -08:00
..
Benchmarks Refactored map selector benchmarks (#914) 2022-01-07 22:42:37 -08:00
Server fix: Fixes file reading. (#958) 2022-03-11 01:45:03 -08:00
Server.Tests fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
UOContent fix: Fixes NPC slowness. (#955) 2022-03-10 22:55:06 -08:00
UOContent.Tests feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00