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

Support Nested Classes #13

Closed
lbrecheisen opened this issue Jan 22, 2022 · 1 comment
Closed

Support Nested Classes #13

lbrecheisen opened this issue Jan 22, 2022 · 1 comment
Milestone

Comments

@lbrecheisen
Copy link

Seems there is no support for nested classes.

public static class Example
{
    [AutoConstructor]
    public partial class Nested
    {
        private readonly IDependency Dependency;
    }
}

Bit of a niche use case, but can make since when using an outer class to group by vertical slice.

@k94ll13nn3
Copy link
Owner

Support for nested classes has been added.
You can check the newly released 2.2.0 version.

@k94ll13nn3 k94ll13nn3 added this to the v2.2.0 milestone Jan 27, 2022
@k94ll13nn3 k94ll13nn3 added this to the v2.2.0 milestone Nov 22, 2023
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