Activities of "dmeagor"

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.

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.

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!?

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.

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.

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

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

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

Another Abp Suite bug.

In Abp Suite, open application. Add new module + check Add to solution

Open module .sln file and all the host projects fail to open as they are not created (did you intend to create them.)

Think I'll wait for 4.1 before I use abp again.

Answer

@yekalkan

Open module .sln file and all the host projects fail to open as they are not created (did you intend to create them.)

They shouldn't exist. But it seems like somehow they are still in solution file. We'll check.

If this is the case then doesn't the module project folders need to be added to the application solution. Otherwise how do you run and test the module? I think they should be added into a "modules" solution folder.

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