userLoginAttemptRepository no matching argumentsin latest release
See original GitHub issueHi, I am getting issues while building
Severity Code Description Project File Line Suppression State Error CS7036 There is no argument given that corresponds to the required formal parameter
'userLoginAttemptRepository' of 'AbpUserManager<Tenant, Role, User>.AbpUserManager(AbpUserStore<Tenant, Role, User>, AbpRoleManager<Tenant, Role, User>, IRepository<Tenant>, IMultiTenancyConfig, IPermissionManager, IUnitOfWorkManager, ISettingManager, IUserManagementConfig, IIocResolver, ICacheManager, IRepository<OrganizationUnit, long>, IRepository<UserOrganizationUnit, long>, IOrganizationUnitSettings, IRepository<UserLoginAttempt, long>)' ABP_Learning.Core c:\ABP_Learning.Core\Users\UserManager.cs 33
thanks
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Trying to install epel-release on Fedora 30 -- no match for ...
That is why you cannot install the "epel-release" package in Fedora. It simply does not exist. Don't try to use EPEL on Fedora....
Read more >ssh unable to negotiate - no matching key exchange ...
I am trying to log in to my DSL router, because I'm having trouble with command-line mail. I'm hoping to be able to...
Read more >Fix for ssh authentication failure "no matching host key type ...
This morning, when attempting to ssh to it, authentication failed with: no matching host key type found. Their offer: ssh-rsa. It turns out...
Read more >'rhel-7-server-optional-rpms' does not match a valid ...
Hello, I am encountering this problem on a RedHat 7.3 server. I run the command as follows: - subscription-manager repos --enable ...
Read more >No matching distribution found" in updating Pipfile.lock ...
When we try to install a private package from our Package Repository of GitLab.com, we got the following error. (It worked in v2022.1.18....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You may need to revise constructor of your UserManager. You can take this as an example:https://github.com/aspnetboilerplate/module-zero/blob/master/src/Tests/Abp.Zero.SampleApp/Users/UserManager.cs
Also, be sure that all Abp.* packages are in the latest version.
Updated module zero template.