Skip to content

feat(analysis): support FilterOperator.In for multiple value filtering#110

Merged
cct08311github merged 3 commits intodotnet8from
issue-106-filter-in
Mar 9, 2026
Merged

feat(analysis): support FilterOperator.In for multiple value filtering#110
cct08311github merged 3 commits intodotnet8from
issue-106-filter-in

Conversation

@cct08311github
Copy link
Copy Markdown
Owner

Fixes #106

@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
Copy link
Copy Markdown
Owner Author

CI 失敗原因

CS0111: duplicate constructor — 這是 #111 已知的 semantic merge conflict(PR #108 + #109 各自加了無參數建構子)。

修復方式:PR #115 包含 #111 的修復。等 #115 merge 到 dotnet8 後,此 PR update branch 即可通過 CI。

或者可以手動 rebase:

git fetch origin dotnet8
git rebase origin/dotnet8

@cct08311github cct08311github merged commit aba5e68 into dotnet8 Mar 9, 2026
3 checks passed
@cct08311github cct08311github deleted the issue-106-filter-in branch March 9, 2026 15:55
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.

[Phase2-3.3] FilterOperator.In 支援

1 participant