Skip to content

fix(codegen): resolve duplicate attribute injection in Analysis Mode#163

Merged
cct08311github merged 1 commit intodotnet8from
fix-codegen-duplicate-attrs
Mar 11, 2026
Merged

fix(codegen): resolve duplicate attribute injection in Analysis Mode#163
cct08311github merged 1 commit intodotnet8from
fix-codegen-duplicate-attrs

Conversation

@cct08311github
Copy link
Copy Markdown
Owner

Closes #162

…loses #162)

Replace brittle multi-line regex with a robust block substring search to accurately detect existing [Dimension]/[Measure] attributes, even when separated from the property by comments or other attributes.
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@cct08311github cct08311github merged commit 31b48dd into dotnet8 Mar 11, 2026
3 checks passed
@cct08311github cct08311github deleted the fix-codegen-duplicate-attrs branch March 20, 2026 12:38
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.

Fix duplicate attribute injection in Code Generator

1 participant