Skip to content

Finalize gRPC Features - #1206

Merged
commonsensesoftware merged 7 commits into
mainfrom
dev/css/final-grpc-features
Jul 29, 2026
Merged

Finalize gRPC Features#1206
commonsensesoftware merged 7 commits into
mainfrom
dev/css/final-grpc-features

Conversation

@commonsensesoftware

Copy link
Copy Markdown
Collaborator

Finalize gRPC Features

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Description

Finalizes the preview set of features for versioned gRPC services. This PR contains:

  • Only run CodeQL on main and release/* branches during PRs (cleanup)
  • Support XML Comment tags; fixes XML Comments Do Not Have Parity with Microsoft.AspNetCore.OpenApi #1205
    • <list type="table"> is also rendered as a Markdown table
  • Optimize OData reflection (cleanup during review)
  • Add ApiVersionRange to support matching API version ranges
    • Equivalent to semantic version ranges for API versions
    • This is only for matching ranges; this cannot be used to define/declare API versions
  • Added support for annotating which ProtoBuf message fields should be included in API versions
  • Added support for filtering explored members from OpenAPI
  • Fixed applied descriptions, which were sometimes wrong due to shared object references

Comment thread src/AspNetCore/WebApi/src/Asp.Versioning.Grpc.ApiExplorer/Annotations.g.cs Dismissed
Comment thread src/AspNetCore/WebApi/src/Asp.Versioning.Grpc.ApiExplorer/Grpc/GrpcModelMetadata.cs Dismissed
Comment thread src/AspNetCore/WebApi/src/Asp.Versioning.Grpc.ApiExplorer/Grpc/GrpcModelMetadata.cs Dismissed
Comment thread src/AspNetCore/WebApi/src/Asp.Versioning.OpenApi/Transformers/XmlComments.cs Dismissed
Comment thread src/AspNetCore/WebApi/src/Asp.Versioning.OpenApi/Transformers/XmlComments.cs Dismissed
@commonsensesoftware
commonsensesoftware merged commit 72bd91c into main Jul 29, 2026
4 checks passed
@commonsensesoftware
commonsensesoftware deleted the dev/css/final-grpc-features branch July 29, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XML Comments Do Not Have Parity with Microsoft.AspNetCore.OpenApi

2 participants