forked from snys98/TypeScriptDefinitionGenerator
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request