Activities of "cala"

im not sure what you mean.

So how do i get both entities in the same context ? I thought that is the purpose of ReplaceDbContext ( tried to add IMultiTenant to exampleEntity, but same result )

  1. start provided project
  2. klick on ExampleView in menu

updated to 6.0.0 -> same result

here is an example project, tried to be as close as possible to our project / structure. ( removed test projects, removed apb commercial from nuget config )

nope - doesnt work. Always the same exception tried:

  • ReplaceDbContext inside AddAbpDbContext ( only IIdentityDbContext ) and attribute on context
  • ReplaceDbContext inside AddAbpDbContext ( only IIdentityDbContext ) without attribute on context
  • ReplaceDbContext inside AddAbpDbContext ( all replaced context ) and attribute on context
  • ReplaceDbContext inside AddAbpDbContext ( all replaced context ) without attribute on context
  • ( also tried to put options.AddDefaultRepositories( includeAllEntities: true ) in PreConfigureServices )

So you say you tried and it works for you ?

oh, works great with this option ( website doesnt open automaticly ).

you should mention this option in your documention

basically yes - but the problem that cli doesn’t accept all special characters persist. would be great to have a option to use the web-session ( login on abp.io ) for authentication

after a few tries and discussion with other people we found that the cli doesnt handle all special characters correctly - in our case it was the ^ character that broke it.

well that would mean we have to do http calls from the repository to other services - which breaks the separation between domain and data access provider.

So how do you ensure all services have up to day data ? another approach ( beside events ) would be locking - you have DistributedLocking, but the documentation is very basic, it is possible to lock only for writes ? ( allow reads without locking if no write lock is aquired )

context independent version of SetDefaultRepositoryClasses ( to replace EfCoreRepository for the whole project )

so we need to make the base repository generic and create a version for each module. It would be great to be able to override the generic EfCoreRepository independently from the dbcontext

Showing 31 to 40 of 42 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11