BoomDAO / ICP.NET

A library for .NET/C#/Unity to natively communicate with the Internet Computer (ICP)
MIT License
50 stars 3 forks source link

Add a flag in the code generator to always use the candid name instead of an alias. #41

Closed LorenzGit closed 1 year ago

LorenzGit commented 1 year ago

Please add a flag on the Code Generator so that you can always use the same names as represented on Candid and avoid using the attribute [CandidName].

Gekctek commented 1 year ago

Im just going to have it not include by default. I might add a flag later, but only if requested

Fixed in #44

LorenzGit commented 1 year ago

Can we add a configuration flag so that the names are never changed? for example if candid says a field is named "id" it will be named "id" also in C#.