You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually copying the generated files into the source directory works fine, so I believe it has something to do with how/when test discovery is performed.
The text was updated successfully, but these errors were encountered:
TUnit uses source generators too. And source generators can't see code from other source generators. So nothing I can do really. This is more an issue for Roslyn I think
When using a Roslyn source generator to generate test classes/methods at compile time, TUnit is not able to discover the generated test cases.
An example of a generated source code:
Manually copying the generated files into the source directory works fine, so I believe it has something to do with how/when test discovery is performed.
The text was updated successfully, but these errors were encountered: