-
Notifications
You must be signed in to change notification settings - Fork 4
feat: support SimpleLambdaExpressionSyntax in callback validation #1042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
85a9aa4
feat: support SimpleLambdaExpressionSyntax in callback validation (#1…
rjmurillo d571e85
fix: update code fix provider to handle SimpleLambdaExpressionSyntax
rjmurillo 6fa1f5d
refactor: simplify CallbackSignatureShouldMatchMockedMethodFixer
rjmurillo 55bf107
fix: preserve trivia when converting simple lambda to parenthesized l…
rjmurillo 7bf23f5
refactor(codefix): extract shared boilerplate and add clarifying comm…
rjmurillo bba05ba
test(codefix): add code fix tests for simple lambda path
rjmurillo b0a39a3
fix: handle explicit delegate constructors in callback code fixer
rjmurillo 04a79b5
fix: preserve original lambda parameter names in callback code fixer
rjmurillo c20fdce
fix: add delegate constructor bail-out for simple lambda callbacks
rjmurillo b3a9dba
Merge origin/main into feat/1012-simple-lambda-support
rjmurillo 2a8c6e3
fix(code-fix): resolve ECS0200, ECS0900, and narrow delegate construc…
rjmurillo 92843c7
refactor: simplify code in PR #1042
rjmurillo 5323a48
refactor: reduce duplication and simplify fixer internals
rjmurillo 75de196
Merge branch 'main' into feat/1012-simple-lambda-support
rjmurillo ae28b9a
fix: address review findings in simple lambda support
rjmurillo 34aea00
fix: add happy-path tests for simple lambda conversion and use const …
rjmurillo 9991096
fix: replace const with static readonly to satisfy ECS0200 analyzer
rjmurillo 602c109
fix: address SA1512, xUnit1030, and MA0074 violations in code fix tests
rjmurillo 33a352b
chore(deps): update dependency meziantou.analyzer to 3.0.20 (#1052)
renovate[bot] 019ebef
perf: eliminate array allocations in constructor argument matching (#…
rjmurillo-bot bbce61f
refactor: remove unused CompositeAnalyzer in favor of AllAnalyzersVer…
rjmurillo-bot 99f1163
refactor: eliminate DRY violations across analyzer pairs (#1044)
rjmurillo-bot 87511e0
test: add coverage for simple lambda and overload resolution edge cases
rjmurillo b142928
chore: add third-party license notices for bundled dependencies (#1053)
rjmurillo-bot b497221
fix: update package snapshot files to include THIRD-PARTY-NOTICES.TXT
rjmurillo b5a8690
Merge remote-tracking branch 'origin/main' into feat/1012-simple-lamb…
rjmurillo 21df808
refactor: eliminate DRY violations in code fix tests
rjmurillo 1034d16
Merge branch 'main' into feat/1012-simple-lambda-support
rjmurillo 0717e95
fix: address code review findings for simple lambda support
rjmurillo 517457a
fix: revert const to static readonly (ECS0200) and extract test helper
rjmurillo 817c0eb
Merge branch 'main' into feat/1012-simple-lambda-support
rjmurillo d250753
fix: pass lambda node directly to IsInsideDelegateConstructor and cla…
rjmurillo 7e2930b
fix: address S2325 and MA0004 analyzer warnings in tests
rjmurillo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.