Bug 1: abp suite
For modules created inside an application which do not have the host folder, an error appears when opening the module solution
Cannot find the directory C:\Users\xxx\RiderProjects\yyy\Shout\aspnet-core\modules\Shout.Mailer\host
Bug 2:
Abp suite hardcoded to show that modules are installed when they are not (eg blazor identity server UI)
Bug 3: abp commercial module page does not list where blazor is compatable.
Much more testing of the create new module system is needed! Basicially i was trying to find a way to install the Identity Server UI since it appars to be missing for blazor (no warning.) Wondered if I could install the mvc IS UI into a module but got the above errors.
@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.
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.
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.
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
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.