Would it be nice to use code generator to parse a json with all card's data and add a generation step?
Open
question
- Dominant language
- C#
- Stars
- 50
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
.NET 5.0 adds Source Code Generator to the C# world: https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/
The goal would be to move all the data into a json data file and to generate all the classes, the enum, etc. with source generator.
Contributor guide
Assessment
This issue has not been assessed yet.