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
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?
You may need to clear your local cache to see this change immediately. Please follow the steps:
%UserProfile%\.\AppData\Local\Temp\AbpLicense.bin
abp logout
abp login <username>
abp suite remove && abp suite install
I've a Team License and after upgrading to the Business License, I still don't see download source-code
button in ABP Suite