The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.

http openapi
1 Open Issue Need Help Last updated: Jul 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the OpenAPI.NET Hidi validator where duplicate `operationId` values in an OpenAPI specification are not detected. This involves modifying the validator's logic to identify and report instances of non-unique `operationId` values within the `paths` section of the OpenAPI document.

Complexity: 4/5
type:enhancement help wanted status:waiting-for-author-feedback

The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.

C#
#http#openapi