ModernUO/Projects/SerializationGenerator
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
..
SerializableEntityGeneration fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
SerializableMigration fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
SourceGeneration fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
EntitySerializationGenerator.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00
IsExternalInit.cs feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
SerializationGenerator.csproj fix(codegen): Fixes codegen on VS2019 (#629) 2021-05-31 16:30:17 -07:00
SerializerSyntaxReceiver.cs fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
Utility.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00