Halil İbrahim Kalkan
Halil İbrahim Kalkan
@AlexSenchenko: It will be nice to have a handler to monitor missed translations. Currently it pushed into logs only.
After implementing #2251 now PDB files are in the solution explorer. They should not be a part of projects.
We may add generic interfaces to use CQRS patterns. Also we can enable UOW, authorization validation... for they automatically as application services. See these documents: https://www.cuttingedge.it/blogs/steven/pivot/entry.php?id=91 https://www.cuttingedge.it/blogs/steven/pivot/entry.php?id=92 http://martinfowler.com/bliki/CQRS.html ...
When we use clientid/secret authentication (IdentityServer, for instance), there is no User Id. So, AbpAuthorize should handle this case too.
This should be configurable (enabled as default). If enabled, clients will request periodically to keep session open when logged in to the system. So, - Add a default MVC or...
We have handled exceptions if we fail to connect to a distributed cache server (see #762). If so, cache is not working at all and the application always use the...
We will upgrade the framework, modules and all other components to .NET 7.0. Current latest preview is [Preview 7](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-6/). However, we don't have to use this. I think we can...
[Static c# proxies](https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients) currently depending on target service's `application.contracts` package, so they can reuse the DTOs and other related classes. However, that can be a problem when we want to...
We can be able to set a page (in the admin UI) as the "home page". Home page should be shown when developer hasn't created a home page in the...