ModernUO/Projects/Server/Json
Kamron Batman c31bf20d0e
feat: Updates to .NET 6 (#843)
* Fixes an issue with moving directories across volumes
* Removes usages of WebClient
* Removes usages of Cryptographic Providers

Note: Even though .NET 6 introduces Xoshiro RNG, there is no way to control the seed. I'll do some reconciliation of Xoshiro so it functions closer to the built in one. For the most part, it has parity though.
Benchmarks show there is nothing odd about the implementations, they are within 1ns of each other.
2021-11-13 13:38:01 -08:00
..
Converters feat: Adds auto archiving (#794) 2021-09-25 17:22:05 -07:00
DynamicJson.cs fix: Fixes spawners, adds convertpremiumspawners, exportspawners, and replaces with neruns distro (#751) 2021-09-03 21:52:44 -07:00
JsonConfig.cs feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
JsonUtilities.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00