DapperLib / DapperAOT

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

Migrate bulk of analyzers to non-generator API, and use SQL syntax from props #47

Open mgravell opened 12 months ago

mgravell commented 12 months ago
  1. we shouldn't force unnecessary work in the generator pipe, if it can be moved to a lower-tier
  2. incremental generators don't get access to project properties until the final "generate"; we need it earlier, during parse