Replies: 1 comment
-
|
No. There is nothing that can be done about. A generator is just a shortcut for creating a user file, that is then compiled into your file dll. If referencing projects need the information, they can get it from the dll reference they have to the original project (just like normal user source code). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Source Generators currently don’t propagate outputs transitively to referencing projects (e.g., generated files not “seen” without direct reference) - are there practical workarounds?
For example, build steps, MSBuild targets, or shared compilation tricks that help when generator outputs are needed in multiple projects.
Beta Was this translation helpful? Give feedback.
All reactions