FFXIVClientStructs icon indicating copy to clipboard operation
FFXIVClientStructs copied to clipboard

Consider switching from source generator to generated-and-committed code

Open philpax opened this issue 3 years ago • 1 comments

imo the source generator is quite hard to debug and use, especially if you'd like to view what their output looks like on GitHub.

I think it would be better to convert it to a standalone application that produces files that can be committed into the repository.

Open to arguments otherwise, though.

philpax avatar Aug 25 '22 21:08 philpax

2022-08-25 20_56_04-FFXIVClientStructs – C__Users_aers_AppData_Local_Temp_SourceGeneratedDocuments_5

I'm just unconvinced committing these files is worthwhile. IDEs are aware of them so debugging should also be aware of them.

aers avatar Aug 26 '22 03:08 aers