ModernUO/Projects/SerializationGenerator/SerializableMigration/Rules
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
..
ArrayMigrationRule.cs fix(codegen): Reverts & Disables codegen (for now) (#625) 2021-05-27 19:50:22 -07:00
EnumMigrationRule.cs fix(codegen): Adds string intern, encoded int, enum and legacy version support (#613) 2021-05-24 01:01:56 -07:00
HashSetMigrationRule.cs fix(codegen): Reverts & Disables codegen (for now) (#625) 2021-05-27 19:50:22 -07:00
KeyValuePairMigrationRule.cs feat(codegen): Adds support for partial opt-in with already existing properties (#617) 2021-05-26 13:20:52 -07:00
ListMigrationRule.cs fix(codegen): Reverts & Disables codegen (for now) (#625) 2021-05-27 19:50:22 -07:00
PrimitiveTypeMigrationRule.cs fix(core): Fixes encoded int. Adds dirty checking opt-out (#619) 2021-05-26 19:25:05 -07:00
PrimitiveUOTypeMigrationRule.cs fix(codegen): Fixes serializing classes with no fields (#609) 2021-05-23 21:47:18 -07:00
SerializableInterfaceMigrationRule.cs feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
SerializationMethodSignatureMigrationRule.cs feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00