You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
In the JsonFormatter package we need to register an IApiDescriptionProvider that mutates parameters of type JsonPatchDocument<T> into being Operation[].
@rynowak Any thoughts? Should the IApiDescriptionProvider be in the ApiExplorer package or Formatters.Json? The patch needs JsonPatchDocument to be applied, so it should be mutated to Operation[] after that?
We should consider moving the IApiDescription and the stuff needed to implement one to abstractions. We should however keep the infrastructure needed to read descriptions in core.
In the JsonFormatter package we need to register an IApiDescriptionProvider that mutates parameters of type
JsonPatchDocument<T>
into beingOperation[]
.See domaindrivendev/Swashbuckle.AspNetCore#199 for what some current workarounds are. It would be nice if we had this built-in to avoid the need for workarounds.
The text was updated successfully, but these errors were encountered: