Activities of "alper"

Add the following line to your Blazor.csproj

<PublishTrimmed>false</PublishTrimmed>

to fix this, you can update the following templates:

editcshtml_cs_LookupDropdownProperty.txt

        public List<SelectListItem> %%np-entity-name%%LookupList { get; set; } = new List<SelectListItem>
        {
            new SelectListItem(string.Empty, %%np-entity-type-as-empty%%)
        };

Index.cshtml_cs.FilterDefinitionNavigationPropertyList.txt

        public List<SelectListItem> %%np-entity-name%%LookupList { get; set; } = new List<SelectListItem>
        {
            new SelectListItem(string.Empty, %%np-entity-type-as-empty%%)
        };

PS: this will be fixed in the next version.

Answer

do you see granted policies for this user

https://localhost:44328/api/abp/application-configuration

Answer

@dmeagor I reproduced module create with add to solution issue. reported as an internal issue. wait for 4.0.1

Answer

@dmeagor created an internal issue for docs search. alternatively you can use google search with site parameter until it gets fixed.

google.com

your-search-words site:https://docs.abp.io
Answer

@huy.quan for Angular code generation, you need to do this workaround until v4.0.1 https://support.abp.io/QA/Questions/626#answer-f02d209c-0bb8-e1bd-a4d6-39f940b19df6

we have upgraded to .NET5 in v4.0 https://blog.abp.io/abp/ABP.IO-Platform-v4.0-RC-Has-Been-Released-based-on-.NET-5.0

for the NuGet issue, can you clear your NuGet cache and then restore your project

dotnet nuget locals -c all
Answer

@thanhvl1 can you give more details about not seeing your endpoints in Swagger? your project type: mvc, angular, blazor . tiered or seperated identity server? is it AppService or normal Controller? can you compare the Suite generated code with your existing?

Answer

I tried with a new 3.3.2 project and it works if you are starting the request from swagger, you need to authorize it via swagger

Answer

@dmeagor I'll check incorrectly have ".Shout" endings problem

Showing 1371 to 1380 of 1948 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 23, 2025, 10:47