https://support.abp.io/QA/Questions/1092/Changing-GRID-display-items-number
https://support.abp.io/QA/Questions/1092/Changing-GRID-display-items-number
hi l.lemmens
non MVC project
API is also an MVC project.
public override void PreConfigureServices(ServiceConfigurationContext context)
{
PreConfigure<IMvcBuilder>(mvcBuilder =>
{
//mvcBuilder.Conventions
});
}
hi
You can refer to Swashbuckle.AspNetCore's document.
https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/README.md#generate-multiple-swagger-documents
hi
I don't understand what you mean too much. Can you explain in detail?
hi
You can get more info from identityserver4 docs.
https://docs.identityserver.io/en/release/topics/secrets.html https://identityserver4.readthedocs.io/en/latest/reference/client.html https://identityserver4.readthedocs.io/en/latest/topics/client_authentication.html
This issue will be fixed in v4.3.
Please follow this PR https://github.com/abpframework/abp/pull/8160
hi nhontran
I will check this.