I am using Authority delegation feature and it is working fine, my client suggested to have it datetime based range, so i was researching the docs i found a tutorial https://abp.io/community/articles/authority-delegation-in-abp-commercial-3wtljpp0#gsc.tab=0 that shows it as datetime by default, while in my solution it is date only. Any idea if datetime is still supported?
I created a new module for my tiered application via abp studio, and was able to manage dependency after building the solution of the module. The thing is whenever i change anything in the module i need to dotnet clean and rebuild in order to take effect which is normal. But when I want deploy what is abp's approach for the modules. Should I pack it and put it on Nuget? if so, it is not feasible from our side to have a private nuget. what is abp's approach for such issue?