Activities of "alper"

Hi,

module-pro can be used in app-pro templates. free modules can be used in open-source templates.

Answer

this is just a flag to have you programmatically write logical business. for example, you can show a user's public roles in your module. imagine that you are developing a QuestionAnswer module like StackOverflow, and you want to show user's role next to their names. and you create 2 roles : customers and support team. you set "support team" as public so that you can show these guys are from support team. and you don't set "customers" role as public, so that it'll not be written customer next to the customer's name.

this is just a simple flag for developers to build extra logic on top of it. other that, it's not functional in the current application template.

Answer

ok. I can reproduce it. the issue will be fixed in the next version (v4)

send a copy of your project so that we'll see the issue. please clear all bin & obj folders before zipping. send to info@abp.io

closing the issue. send an email to license@abp.io...


extra information: you cannot use your username in more than 2 different computers. if you want to develop your application in a VM / Docker you need to publish it in release mode and your VM's environment variable must be ASPNETCORE_ENVIRONMENT=Release or ASPNETCORE_ENVIRONMENT=Staging or anything else rather than ~~ASPNETCORE_ENVIRONMENT=Development~~

thanks for the information. the issue has been addressed here https://github.com/abpframework/abp/issues/6334 will be fixed in the v4.0 release

Answer

is your Suite version and your ABP project version same? this is important

if your client is a C# client then it's easy. Share the HttpApi.Client project with your custom client and call your API endpoints without using a RestClient. There's a sample app in your solution. Go to test folder in your root path of your solution. Find *.HttpApi.Client.ConsoleTestApp. It makes a request to gets user profile (which requires authentication). The authentication credentials must be given in appsettings.json file

I created a clean 3.3.1 project and tried to reproduce it but it works when I click Run All Tests

It looks like there is a thread unsafe singleton, which can result this exception. Is it possible for you to comment out your app service tests one by one to understand which service is breaking this thread safety.

hi, let me reproduce this issue.

is your primary key "string"?

also can you share your Country.json?

Showing 1511 to 1520 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 22, 2025, 10:12