I would like to implement a webhook feature like ASP.NET Zero.
https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Webhooks
You can implement this feature on the framework side > https://github.com/abpframework/abp We will be happy to see your PR.
I think @portx-dev was asking you to develop it as a feature of the Abp Commercial version :-)
The requested feature is already on the roadmap https://docs.abp.io/en/abp/latest/Road-Map from 2020 https://github.com/abpframework/abp/issues/4223
I use Abp.Commercial to speed up the development of monolithic applications developed on customer request. https://commercial.abp.io/startup-templates/monolith I use abp suite to build the solution through Application Template, Blazor Web Assembly, Sql Server and Integrated Authentication Server.
I'd like to understand if it is possible to have this template also in Hosted version (single application server to Deploy)
I don't use microservices and I would like to have a template where I already have everything configured including:
I don't use Docker, RabbitMQ or other services useful for microservices, but not necessary for a monolithic application with single server.
I don't use them because neither I nor my clients have people to dedicate for configuring and maintaining these services. So they should be transparent services for me because if I have to study how to configure and use them then I lose the advantage of using Abp.Commercial and therefore I can use Abp.Io directly avoiding the cost of the license.
What would be needed is a step-by-step guide to both deployment and correct configuration at least on Azure or IIS
The steps should be:
A guide similar to: https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure or https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-IIS
Thanks
It would be advisable that at least one day before each release of ABP (both preview, rc and other) and each maintenance, Volosoft sent an email alert with the time of the intervention (start - end) to us customers, so that even we can warn our customers.
Thanks
Example: https://status.nuget.org/
Enable the display of the change log also for the commercial and abp suite version, pre release included. Like: https://github.com/abpframework/abp/releases/tag/7.1.0-rc.1
When we work on a customer solution it becomes difficult to be able to share the code in order to allow support to replicate the error.
When we open an issue, or another customer opens an issue, it would be nice to be able to follow the history on github, like it happens on aspnetzero.
Thanks, do you know if Blazor WASM Hosted will be introduced as abp-cli template?
Actual version
We are migrating from AspNetZero to Abp.io and we are developing a "monolithic" ERP type solution. We want to follow DDD approach and the solution will be developed with Abp.io Commercial : Blazore Web Assembly and EF on SQL Server. To simplify the deployment we would like to use the Blazore WASM Hosted configuration as reported https://community.abp.io/posts/blazor-webassembly-asp.net-core-hosted-zbjvgrc9 Being the article written for Abp.io 6 we wanted to know if we could have problems with .NET 7 and Abp.io 7 ? Will the Blazore WASM Hosted version always be supported by you and maybe integrated in the solutions managed by ABP CLI?
Thank you Roberto
Add the features present in AspNetZero RadTool to Abp Suite as the section "Other" where we can set "Advanced Filter", "List in UI" and "Create and Update".
And, if possible, reduce the number of template files used by Abp Suite also giving the possibility to indicate the sub-path where to save the files as it could be done in AspNetZero RadTool.
Thanks, Roberto