Hi,
updated nuget packages - and now I cannot build project:
Build on .core project - error:
_Error CS7036 There is no argument given that corresponds to the required formal parameter 'userOrganizationUnitRepository' of 'AbpUserStore<Role, User>.AbpUserStore(IUnitOfWorkManager, IRepository<User, long>, IRepository<Role>, IAsyncQueryableExecuter, IRepository<UserRole, long>, IRepository<UserLogin, long>, IRepository<UserClaim, long>, IRepository<UserPermissionSetting, long>, IRepository<UserOrganizationUnit, long>, IRepository<OrganizationUnitRole, long>)' ZZZZZ.Core D:\TFVC\ZZZZZ\src\ZZZZZ.Core\Authorization\Users\UserStore.cs 23
Best regards, Michael
7 Answer(s)
-
0
See breaking changes of Abp 4.2.0
Breaking Changes #4251: Added NormalizedUserName and NormalizedEmailAddress to AbpUser and NormalizedName to AbpRole. #4193: Removed LastLoginTime from AbpUserBase and UserAccount. #3897: Implemented Organization Unit Roles.
https://github.com/aspnetboilerplate/aspnetboilerplate/releases/tag/v4.2.0
#3897: Implemented Organization Unit Roles.
New Organization Unit Roles methods were added in
AbpUserStore
https://github.com/aspnetboilerplate/aspnetboilerplate/pull/4242 -
0
Hi,
AspNet Zero template is updated but since you updated nuget packages on your own solution, you need to implement this change as well, see https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3897#issuecomment-461415695
-
0
Hi - still a "newbie" to this update things :-) sorry...
how exactly should I update not only 3897 issue but also the other breaking changes?
Regarding 3897 I have changed the code in UserStore.cs but how about the base "AbpUserStore"?
-
0
How to upgrade existing solution: https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697
-
0
Hi - link is not working?
-
0
To access the ASP<span></span>.NET Zero private GitHub repositories, invite yourself to become a member of the ASP<span></span>.NET Zero organization using your GitHub username.
https://aspnetzero.com/LicenseManagement
-
0
Thank You,
going til TFS way described in the links.