ModernUO/Projects
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
..
Benchmarks fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
SerializationGenerator fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
SerializationGenerator.Tests fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
SerializationSchemaGenerator fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
Server fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
Server.Tests feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
UOContent fix(core): Fixes various issues with codegen (#646) 2021-06-06 17:03:05 -07:00
UOContent.Tests fix(core): Adds Fedora 32/33 & RHEL 7/8 support. (#601) 2021-05-14 00:32:22 -07:00