Skip to content

feat/path conversions#2827

Draft
baywet wants to merge 4 commits intomainfrom
feat/path-conversions
Draft

feat/path conversions#2827
baywet wants to merge 4 commits intomainfrom
feat/path-conversions

Conversation

@baywet
Copy link
Copy Markdown
Member

@baywet baywet commented Apr 16, 2026

fixes #2806

baywet added 4 commits April 16, 2026 13:46
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
@baywet baywet self-assigned this Apr 16, 2026
Comment on lines +62 to +68
foreach (var policy in matchingPolicies)
{
if (policy.TryGetVersionedPath(segments, out var result))
{
return result;
}
}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot implement this suggestion

@sonarqubecloud
Copy link
Copy Markdown

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.

OpenApiVisitorBase PathString is not correct for v2 documents

2 participants