Modernize to Incremental Source Generators#132
Modernize to Incremental Source Generators#132kzu merged 8 commits intodevlooped:mainfrom viceroypenguin:modernize
Conversation
|
@kzu This PR strictly updates all generators to use incremental generator technology. Other PRs will follow. |
|
To fix the |
|
Hey @viceroypenguin , thanks a lot for tackling this! I've been meaning to spend time on it for months now, he. So glad you could work on it! It looks really nice and focused on just the conversion, which is very much appreciated. |
Done |
|
Ok, just rebased on main to get minor changes from there |
|
You bet! Finally looking into doing ThisAssembly.EmbeddedResources, so cleaning things up first seemed to make sense. |
|
@kzu - unrelated: would you be opposed to me changing the |
|
Wouldn't both generators be able to work off of the same SourceItemType of EmbeddedResource? The underlying generator would require a run-time embedded resource anyway, right? If so, I think the new generator could leverage the same item type as the Strings one? |
|
Couple factors at play here:
|
|
Ah, yeah, I understand the difference now. |
No description provided.