Source generators are transitive? #81696
Replies: 2 comments 6 replies
-
|
How is Godot shipping its source generator? If it's shipped in the same NuGet package of the library, then it will always be referenced. |
Beta Was this translation helpful? Give feedback.
-
|
Godot’s source generators are not referenced like a normal library.
This fails because: In your test project: hope this helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have Godot project with it's own source generators. Then I create a test project which references Godot project. And the thing is, that test project runs godot source generators as well even though they are not referenced explicitly.
How does one avoid that?
Beta Was this translation helpful? Give feedback.
All reactions