We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ToCamelCase method is currently public which means that it is detected by API documentation tools such as Swashbuckle\Swagger.
It causes the following error:
Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - EJ2AzureASPCoreFileProvider.Controllers.AzureProviderController.ToCamelCase (Syncfusion.EJ2.FileManager.AzureFileProvider.AspNet.Core). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
Can we please change it to protected or private please?
The text was updated successfully, but these errors were encountered:
Hi @EquiAvia ,
To resolve the Swagger error, we have moved the ToCamelCase method to the model file. Please refer to the changes below.
SyncfusionExamples/azure-aspcore-file-provider#48
Regards, Keerthana R.
Sorry, something went wrong.
No branches or pull requests
The ToCamelCase method is currently public which means that it is detected by API documentation tools such as Swashbuckle\Swagger.
It causes the following error:
Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - EJ2AzureASPCoreFileProvider.Controllers.AzureProviderController.ToCamelCase (Syncfusion.EJ2.FileManager.AzureFileProvider.AspNet.Core). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
Can we please change it to protected or private please?
The text was updated successfully, but these errors were encountered: