Skip to content
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

[Feature/Idea] Support for primary constructor generator #141

Closed
szekelymatyas opened this issue Aug 6, 2021 · 2 comments
Closed

[Feature/Idea] Support for primary constructor generator #141

szekelymatyas opened this issue Aug 6, 2021 · 2 comments

Comments

@szekelymatyas
Copy link

I really like the concept of PrimaryConstructor and StrongInject. It is obvious that the generation process of StrongInject does not see the generated constructor by PrimaryConstructor.

Here is the git repository for PrimaryConstructor: https://github.com/chaowlert/PrimaryConstructor

I think PrimaryContructor is a fantastic source generator to remove some boilerplate codes, and it would be nice to use them together.

@YairHalberstadt
Copy link
Owner

Unfortunately at the moment source generators can't see other source generators. I opened an issue to work around this at dotnet/roslyn#48358.

@YairHalberstadt
Copy link
Owner

Closing as there's nothing I can do about this. It's up to the Roslyn team. Thanks for your suggestion though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants