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
Is your feature request related to a problem? Please describe the problem.
We need Swagger generation (and also, less importantly, would like the Swagger UI) when using gRPC JSON transcoding to produce a REST API on top of gRPC.
Describe the solution you'd like
Similar - or better! - Swagger / OpenAPI support as was available in the experimental Microsoft.AspNetCore.Grpc.* APIs.
Additional context
I hope that this is an appropriate way to raise this. Besides our specific needs, it seemed useful for there to be an issue about the feature in this repo.
We have been evaluating the new gRPC JSON transcoding libraries with 7.0.0-preview.7, migrating our existing usage of the experimental Microsoft.AspNetCore.Grpc.* APIs under .NET 6.
Previously, in this blog, it was stated that the aim was to provide a solution in .NET 7, or else there would at least be a new experimental library providing an interim solution. Neither is available yet, as of preview.7. Would it be possible to share the current aims or what is now likely to be the outcome as of .NET 7 final?
Thanks!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
We need Swagger generation (and also, less importantly, would like the Swagger UI) when using gRPC JSON transcoding to produce a REST API on top of gRPC.
Describe the solution you'd like
Similar - or better! - Swagger / OpenAPI support as was available in the experimental
Microsoft.AspNetCore.Grpc.*
APIs.Additional context
I hope that this is an appropriate way to raise this. Besides our specific needs, it seemed useful for there to be an issue about the feature in this repo.
We have been evaluating the new gRPC JSON transcoding libraries with
7.0.0-preview.7
, migrating our existing usage of the experimentalMicrosoft.AspNetCore.Grpc.*
APIs under .NET 6.Previously, in this blog, it was stated that the aim was to provide a solution in .NET 7, or else there would at least be a new experimental library providing an interim solution. Neither is available yet, as of
preview.7
. Would it be possible to share the current aims or what is now likely to be the outcome as of .NET 7 final?Thanks!
The text was updated successfully, but these errors were encountered: