AzureFunction-SwaggerDefinition icon indicating copy to clipboard operation
AzureFunction-SwaggerDefinition copied to clipboard

Add CancellationToken to the types to ignore for the function-parameters-signature

Open maartenoosterhoff opened this issue 7 years ago • 0 comments

At the moment a short list of types are excluded to be rendered as parameters, since they are part of the function-pipeline so to speak.

The type CancellationToken is missing.

I think it should be added to not render parameters of type CancellationToken in the swagger-json.

maartenoosterhoff avatar Nov 12 '18 10:11 maartenoosterhoff