ModernUO/Projects/SerializationGenerator.Tests
Kamron Batman b6779a7c09
fix(codegen): Creates multiple steps for serialization source generator (#628)
Roslyn Source generators are not supposed to access I/O. To get around this we have to use `AdditionalFiles` to give the analyzer access to read/load the schema files.
To write the schema files we have to use a separate program altogether.

- [X] Adds SerializationSchemaGenerator
- [X] Splits out the SerializationGenerator code
2021-05-31 11:54:59 -07:00
..
Tests fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00
SerializationGenerator.Tests.csproj feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00