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

Abstract classes shouldn't be added during resolution. #27

Open
usmanmahmood opened this issue Feb 14, 2024 · 1 comment
Open

Abstract classes shouldn't be added during resolution. #27

usmanmahmood opened this issue Feb 14, 2024 · 1 comment

Comments

@usmanmahmood
Copy link

Describe the bug
If a class is an abstract class it should not be added while generating the code.

To Reproduce
Steps to reproduce the behaviour:

  1. Create an abstract class
  2. build the solution
  3. Abstract class will be added in autogenerated code in UseAutodependencies function.

Expected behaviour
Abstract classes should not be added in UseAutodependencies function.

@matt-goldman
Copy link
Owner

Good catch, thanks! I should probably ignore abstract, I'm also going to add an ignore attribute.

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