Attività di "dmeagor"

Only recently discovered this. Switching from free OS to multi-thousands per year is a real dick move IMO. I suspect they've created the new company simply to avoid possible legal action.

Is it not likely that V4 will simply get forked? For that matter could ABP not fork it and bundle with their own Admin UI since that's already part of the package? Seems like a golden opportunity if you could.

I've heard good things about Firebase Auth which is free or near free, or Azure AD B2C? Maybe some kind of adapter module?

I saw your comment about having different App Services for each endpoint which conserned me slightly as we were planning to have just two containing all of the hosts and load balance between them. I did a quick check and it does seem you can put multiple hosts into one App Service plan.

https://docs.microsoft.com/en-us/azure/app-service/overview-hosting-plans#should-i-put-an-app-in-a-new-plan-or-an-existing-plan

Not much info about on Identity Service or deploying to Azure.

Risposta

@armanozak Thanks, I'll pass that along to the dev.

Risposta

@alper

Regarding the suite updating issue above. I'm not entirelly sure what caused it but I can tell you that they were modules not applications. There were two modules, the first updated fine, the second just kept reporting success even though it hadn't done anything. Cli worked ok.

Regarding the Anglar proxy issue, our dev said "It doesn't change the 'apiName' in the generated services. Even though it uses this parameter to generate them". He said it was a minor issue though.

Risposta

Issue with hangfire after update from 4.0.2 to 4.1.0

My developer has posted details here also. https://github.com/abpframework/abp/issues/7147

Risposta

Multiple errors in the 4.1 suite still.

Updating nuget packages - Suite
  • Upgrading nuget packages from 4.0.2 to 4.1.0 returns a message saying it successfully updated to 4.0.2, which is the old version and nothing gets changed. If I run the abp update from the powershell it works just fine.
New module creation - Suite
  • new modules are added but then because they do not have a "host" section the suite fails to work with them any longer.
  • No way to use crud with new modules
  • source is not added for new modules to parent solution, only the project references so there is no way to run them without manually adding the project source into the solution (since the modules do not have the hosts project.
angular proxy multiple issues reported by my developers.
  • This is just in an early alpha state and needs work.

Looking at your roadmap I think you could do with a period of feature freeze to get things working properly before attempting new features. As far as developing a billing and invoicing system is concerned, you would be absolutely insaine to try and develop something so complex which has to be entirelly bug free since it's dealing with peoples taxes. You can't do a "basic version" as it either compliant or not. That means EU/UK VAT proof of supply regulations, VEIS verification, US sale tax calculations or Taxjar plugins, API sync to accounting software.

Please, slow down!

Risposta

Bug: Documentation search (top bar) doesn't return any results for anything.

Risposta

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.

Risposta

@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.

Risposta

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.

21 - 30 di 37
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11