Closed yeasin90 closed 8 years ago
Hi Yeasin,
I believe you need to specify the generic parameters as well:
RepoLib.Data.RepositoryInterface.IRepository<TDomain, TEntity>
Otherwise, simplestubs assumes that you are trying to exclude the non-generic interface. You can add both if you want to ignore both.
Yes, now it's working thanks :) . I guess this can be added in the tutorial doc. I am closing this issue :+1:
@yeasin90 Thanks for confirming. Also, please feel free to submit a PR for the tutorial enhancement you're suggesting :)
I have an interface like below :
I don't want to generate stubs for IRepository interface, so I did below in SimpleStubs.json
Problem is, when I build, it still generating stubs for IRepository