Open Closed

Failed to generate schema for type - Volo.Abp.Application.Dtos.PagedResultDto`1[CSM.Inbound.Shared.LookupDto`1[System.Nullable`1[System.Guid]]]. See inner exception #1427


User avatar
0
sunivycsm created

I am using suite to gen CRUD. But when I run httpApi.Host this occurs. Other parts like IdentityServer, Web still work normally.Here is the code I use


2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can try :

    services.AddAbpSwaggerGenWithOAuth(...,options =>
    {
        ......
        
        options.CustomSchemaIds(type => type.ToString());
    });
    
  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08