Skip to content

Generators assembly needs at least one generator deriving directly from SourceGenerator to execute #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
carldebilly opened this issue Jul 17, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@carldebilly
Copy link
Member

Steps to reproduce :

  1. Create a project A with an abstract generator GenA deriving from SourceGenerator
  2. Create a project B, referencing project A and create a generator GenB deriving deriving from GenA
  3. Try to run GenB in a project, the Uno.SourceGeneratorTasks won't see any useful generators to run.
  4. Add a generator GenC diriving directly from SoureGenerator into Project B.
  5. Both GenB and GenC will execute correctly.
@carldebilly carldebilly added the bug Something isn't working label Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant