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:
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
Well we would like to know, how to use one repository for multiple dbcontext - none of your modules share the repository.