Darrel
Darrel
Yes, absolutely. This would be awesome, and has been on our backlog for way too long. The default behavior should respect the request and response Cache-Control header and can fall...
@baywet Creating an abstraction layer for storage is something we should do for all language implementations. Sometimes an in-memory cache will be appropriate, other times a persistent cache in some...
This library generates OpenAPI v3 descriptions. If nswag can take those as input then it should work just fine with nswag.
I am assuming the upgrade fixed this issue. Please re-open if this is still a problem.
I think doing a PR to the x-ms-enum would be the right thing. If we add "isFlagEnum" and set the modelAsString to true then that would cover all cases. @andrueastman...
@xuzhg Wouldn't it make more sense for that middleware to be in here https://github.com/OData/AspNetCoreOData ?
If we updated the schema to be like this it would allow us to provide a list of properties that are expandable but also indicate that each expand property could...
Due to our dependency on OperationId for generating PowerShell using AutoREST I don't think we should risk changing this at this point.
What exactly are you trying to do?
@sherlock1982 Do you have a need for @odata.context? I understand how count and nextlink are useful but to date the only tooling that I have seen that uses @odata.context is...