ModernUO/Projects/SerializationGenerator
Kamron Batman bd34e2fb0d
fix(build): Fixes building with VS 2019 16.10+ (#661)
**Note for Rider users** Code generation only works with Rider v2021.1+. For Rider 2021.1.x you must set a global msbuild attribute so that the IDE can recognize generated code after building. JetBrains claims this will be fixed in Rider 2021.2.

**Rider 2021.1 Required Setting for Code Generation**
<img width="945" alt="Screen Shot 2021-07-19 at 9 36 30 PM" src="https://user-images.githubusercontent.com/3953314/126262725-a4d58dd0-e9e0-400f-a172-0b29ef7a00d7.png">

**Note for VS 2019+ users**: Code generation requires completely cleaning your solution, doing a full build, closing VS 2019, and then opening the solution. This is a known issue and there are no plans to fix this multiple restart requirement for VS 2022 at this time.
2021-07-19 21:43:29 -07:00
..
SerializableEntityGeneration cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
SerializableMigration cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
SourceGeneration cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -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(build): Fixes building with VS 2019 16.10+ (#661) 2021-07-19 21:43:29 -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