Skip to content

Add issue #374 regression coverage for C# object initializers - #477

Merged
Widthdom merged 3 commits into
mainfrom
fix-issue374
Apr 20, 2026
Merged

Add issue #374 regression coverage for C# object initializers#477
Widthdom merged 3 commits into
mainfrom
fix-issue374

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

Verification

  • dotnet build
  • dotnet test
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll . --json
  • adversarial review via codex exec --ephemeral ... with no blocking/actionable findings

Closes #374.

@Widthdom
Widthdom merged commit 7ba06d9 into main Apr 20, 2026
6 checks passed
@Widthdom
Widthdom deleted the fix-issue374 branch April 20, 2026 19:10
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.

C# enum member regex over-matches object initializer assignments (Age = 30, inside new Person { } becomes phantom function)

1 participant