Open
Description
The goal of this issue is to track the work of fixing MilCodeGen and be able to run MilCodeGen when we need to modify generated code.
The necessary steps for this are:
- Fix the build of MilCodeGen and Csp to be able to run it: Fix MilCodeGen and Csp build #10417
- Sync the code generators to the generated code since the generated code was modified manually instead of running MilCodegen: Not done yet
- Update the generated code by running MilCodeGen: Not done yet
Followup work once the previous steps are done include:
- Update MilCodeGen to .Net Core. See Fix MilCodeGen and Csp build #10417 (comment)
- Validate unused generators/dead code and check whether we should remove it or enable it. See Fix MilCodeGen and Csp build #10417 (comment) and Run MilCodeGen for WpfGfx #10431 (comment)
- Transition MilCodeGen to a Roslyn-based code generator and remove Csp. (Maybe in the future)