mr-davidc

Results 13 comments of mr-davidc

I think I'm running in to a similar issue. I'm trying to set a `boolean` parameter to show as NOT required in Swagger UI. It seems the model property attributes...

@codelovercc Thanks for the reply. While changing it the `bool?` does work, its not really desired since I don't want to handle nullable value on the API side. I simply...

Hi again @codelovercc, I tried those options you mentioned above, but still my `bool` properties come through to Swagger UI as required. I really think the `[AsParameters]` is having an...