Activities of "dmeagor"

Answer

Another "Abp Suite" bug. Creating an application called Shout with a module called Shout.Crm

Created a new Application (Blazor, separated Identity Server, no mobile react) named: "Shout"

Using the newly added option I created a "new module" called "Shout.Crm" and checked the option to add this to the application automatically.

This has caused multiple errors in the root application as the using statements now incorrectly have ".Shout" endings.

ShoutEntityFrameWorkCoreModule.cs using Shout.Crm.EntityFrameworkCore**.Shout;**

Can't fix this one myself? ShoutMigratrionsDbContext.cs builder.ConfigureShout.Crm(); //cannot resolve Crm I think this should be be: builder.ConfigureCrm();

Maybe if I create the module as Crm intead of Shout.Crm it will work? Either way its just guesswork.

Answer

I'm Guessing this is wrong too? Should be MailerHttpApiHostMigrationsDbContext...

Shout.Mailer\host\Shout.Mailer.HttpApi.Host\EntityFrameworkCore\MyProjectHttpApiHostMigrationsDbContext.cs Shout.Mailer\host\Shout.Mailer.HttpApi.Host\EntityFrameworkCore\MyProjectHttpApiHostMigrationsDbContextFactory.cs

Answer

I don't know if this is a known issue but using Abp Suite to generate a Module without UI creates a broken project.

Its creating the host/blazor project for some reason (none in src as expected) The shared folder is also set to .net standard 2.0

Yes I was really asking for just a fully working/best practice example of the microservice project integrated with the commercial modules. This may be different to what the OP was requesting so feel free to reply to the other question.

Personally I don't see Blazor being heavily used in real projects for several years. Maybe thats not the case for the free users on github.

I'm not looking for a template, I'm looking for some kind of working microservice sample/example, like the free one but with the commercial features enabled.

Since my own ticket got redirected here I'll suppose I'll add my thoughts here too.

How can you possibly think it's a good idea to prioritise a blazor UI preview or .net 5 beta upgrade before ensuring your paid commercial package has the same feature level as the free platform.

Neither blazor or .net 5 are production ready, just previews.

If creating a microsservice example is not trivial work then exactly how are we supposed to do it!?

Can you please provide a version of the microservice template with the paid commercial modules enabled or a step by step guide to doing it ourselves?

It's very strange that the free version has more features than the commercial one.

Thanks.

We were about to embark on something similar but your issues don't fill me with confidence.

Can anyone there confirmis a commerical ABP microservice template is being setup? It seems like an obvious inclusion.

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