Great! Thanks!
there is no package name as Volo.Saas.Application.Contracts but there is one as Volo.Saas.Host.Application.Contracts which is already added in the main module of my solution. Should I add the package in my module Application.Contracts project?
how can I have a reference to the ITenantAppService from my module though? should I add a specific abp package via Nuget?
I have a module and entities defines within that modules which some extend from IMultiTenant. I wonder what would be the best approach to load tenant details for a record when returning result to ui via Dto? I dont think it would be a good practice to add a navigation property on the the entity to the Tenant. I also dont have access to the ITenantRepository in the application in my module to query the tenant, which again I dont believe it would be a best approach when trying to follow the DDD.
thanks. does it mean at the moment there is no way to add/update these ExtraProperties on the AbpUser and I have to define my own Api to add/update values for this?
I can see there is a property as ExtraProperties in the AbpUser but there is no end point to update that property. I wonder what its purpose and how I can add value in there? I can see its marked as readonly when getting user
What do you mean by single app? I have one app but in Modular solution. Do I need it? If not How can I remove them?
I see. I installed Docker and Redis and all is working. While creating the template I cant remember that I said I need AbpDistributedLock! why has this been added? Can I remove it?
That what I wonder! Do I need to have one? I dont want to have it at this stage! Is it required by the Abp?
I took all but still getting the same error. I wonder why a newly created template cant be run and needs these modifications?