ModernUO/Projects/SerializationSchemaGenerator
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
..
.gitignore fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00
Application.cs feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
SerializationSchemaGenerator.csproj fix: Updates dependencies, cleans up csproj, and updates README (#784) 2021-09-15 09:54:15 -07:00
SourceCodeAnalysis.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00
SyntaxVisitor.cs fix(codegen): Fixes codegen on VS2019 (#629) 2021-05-31 16:30:17 -07:00