ModernUO/Projects/SerializationGenerator
Kamron Batman f2d44e0283
fix(codegen): Reverts & Disables codegen (for now) (#625)
After speaking with the C# devs, it is clear that code gen is not ready.
I can get around this by doing the following:
1. Creating a library
2. Splitting out the schema writing from the source generator
3. Moving the schema loading to `AdditionalFiles`
4. Writing a new post-build application using Roslyn to write the schema files after building.
2021-05-27 19:50:22 -07:00
..
SerializableEntityGeneration fix(content): Converts Holiday objects to codegen (#622) 2021-05-27 11:06:03 -07:00
SerializableMigration fix(codegen): Reverts & Disables codegen (for now) (#625) 2021-05-27 19:50:22 -07:00
SourceGeneration fix(core): Fixes encoded int. Adds dirty checking opt-out (#619) 2021-05-26 19:25:05 -07:00
EntitySerializationGenerator.cs fix(codegen): Reverts & Disables codegen (for now) (#625) 2021-05-27 19:50:22 -07:00
IsExternalInit.cs feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
SerializationGenerator.csproj feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
SerializerSyntaxReceiver.cs feat(codegen): Adds support for partial opt-in with already existing properties (#617) 2021-05-26 13:20:52 -07:00