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
In the JsonFormatter package we need to register an IApiDescriptionProvider that mutates parameters of type JsonPatchDocument<T> into being Operation[].
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.