We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This style of usage worked in version 4.1.1 but now causes the ACONS02 error on the SubClass and fails to build when it used to work.
SubClass
public interface IDependency { } [AutoConstructor] public partial class ParentClass { private IDependency Dependency { get; } } [AutoConstructor] public partial class SubClass : ParentClass { }
The text was updated successfully, but these errors were encountered:
Hello, I can't reproduce this issue with version 5.2.0, both constructors are generated. Did you reproduce the issue with the code you provided ?
Sorry, something went wrong.
Just tried with the code I provided. It works if everything is in the same project, but fails if SubClass is in a different project.
Thanks, I will take a loot at it tonight.
Thanks for the report, fixed in 5.2.1.
5.2.1
No branches or pull requests
This style of usage worked in version 4.1.1 but now causes the ACONS02 error on the
SubClass
and fails to build when it used to work.The text was updated successfully, but these errors were encountered: