ModernUO/Projects/SerializationGenerator/SerializableMigration/Rules
Kamron Batman eb4e3ac070
fix(core): Fixes various issues with codegen (#646)
- [X] Fixes bad `ReadEnum` by size
- [X] Fixes array, list, and set not handling null values properly.
  - It will be up to the user (for now) to null out empty lists using `[AfterDeserialization]`. Convenience may be added later.
- [X] Fixes errors with `dotnet clean` and non-empty generation folder
- [X] Fixes bad field indexes on `Account.cs` causing `tags` to not be serialized/deserialized.
  - This was caused by a duplicate entry. Don't have protection against this _yet_.
2021-06-06 17:03:05 -07:00
..
ArrayMigrationRule.cs fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
EnumMigrationRule.cs fix(codegen): Fixes writing enums (#636) 2021-06-02 23:28:49 -07:00
HashSetMigrationRule.cs fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
KeyValuePairMigrationRule.cs fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
ListMigrationRule.cs fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
PrimitiveTypeMigrationRule.cs fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
PrimitiveUOTypeMigrationRule.cs fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
SerializableInterfaceMigrationRule.cs fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
SerializationMethodSignatureMigrationRule.cs fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00