Activities of "roberto.fiocchi@mcsi.it"

I'll try, but I think I'll get a warning like https://learn.microsoft.com/en-us/dotnet/csharp/misc/cs0436?f1url=%3FappId%3Droslyn%26k%3Dk(CS0436)

Thanks

That is, I should clone ABP (framework) with the indicated PR and then from the ABP Commercial Solution remove the ABP packages and point directly to the local version DLLs built by the PR. Is it correct?

The ABP Commercial PRO modules, of which I don't have the sources, that point to ABP's nuget packages will have no problems?

Thanks for your answer

Hi @maliming but how can I use a PR of ABP Framework within my Abp Commercial Solution in which ABP is referenced via nuget package?

We added an extension method to sign out after the access token expired.

Blazor Server https://github.com/abpframework/abp/pull/15876

Blazor wasm https://github.com/abpframework/abp/pull/16504

You can copy the code if you use lower version of abp.

Hi @maliming, but https://github.com/abpframework/abp/pull/16504 is still open. In which version of Abp Blazor WASM was it fixed?

Thanks

I think this is a common problem for all. Blazorise now requires its own license for use in commercial software. This cannot be ignored. Blazorise license should be included with Abp Commercial.

Now you can read this post https://support.abp.io/QA/Questions/5037/How-do-we-get-support-with-Blazorise#answer-3a0b3114-427d-f26e-4cc5-88ff791f3ff3

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:

  • User/Permission Management with Impersonation (aka OpenIddct and/or AzureAd)
  • Hangifre with Dashboard for Background jobs (Example: ETL import and export data files)
  • Email Sender (Example: To send an email following an event generated in the domain)
  • SignalR for Notification Service (Example: To send an alert notification in GUI) -(optional) Redis for Cache (To date I have only used it once on Azure, because on windows server on-premise it is difficult to install and maintain)

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:

  • Generate solution from Abp
  • Change the configuration files like this:
    • If you use OpenIddct you do...
    • If you use Azure AD you do...
    • If you use MailSender you do...
    • If you want to add a BackgroundJob you do...
    • etc..
  • Launch the application locally
  • Publish to staging/test environment you follow this steps...
  • Publish to production environment you follow this steps...

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

Showing 51 to 60 of 66 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11