You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AddRepository<TRepository>() extension only accepts types that implements IRepository and/or IReadOnlyRepository and registers a service for each of the implemented interfaces
The text was updated successfully, but these errors were encountered:
Premise: Type scanning automatically scans and registers any IRepository and IReadOnlyRepository with the DefaultRepository
Example
AddRepository<TRepository>()
extension only accepts types that implementsIRepository
and/orIReadOnlyRepository
and registers a service for each of the implemented interfacesThe text was updated successfully, but these errors were encountered: