DapperLib / DapperAOT

Build time tools in the flavor of Dapper
Other
349 stars 19 forks source link

Generator: major refactor (do not store semantic model) #75

Open mgravell opened 8 months ago

mgravell commented 8 months ago

The incremental generator is stashing parts of the semantic model; it must not - we should create custom types (struct records? value tuples? must have equality support) and fully expand everything during parse, so we never store anything except our own data