Skip to content

Ignore inherited class #22

@pipe01

Description

@pipe01

Not a bug, but it would be useful if we had an option to ignore a type's base class.

Currently, I have a model class declared as public class AppUser : IdentityUser<long> and the generated model has a declaration like: interface AppUser extends Microsoft.AspNetCore.Identity.IdentityUser. Of course, the Microsoft.AspNetCore.Identity.IdentityUser class it's extending doesn't exist so I get an error.

Maybe there could be an option to not include extensions of classes outside the current assembly, or on a list of assemblies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions