-
Notifications
You must be signed in to change notification settings - Fork 4
fix: replace string-based detection with symbol-based detection #1030
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 all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
48cbc87
fix: replace string-based detection with symbol-based detection (#981)
rjmurillo 5b781d9
refactor: consolidate similar single-type-arg event tests into Theory
rjmurillo 36ac956
fix: remove redundant IsRaisesMethodCall duplicating IsRaisesInvocation
rjmurillo 85b8918
fix: rename misleading test for multi-arg Action delegate
rjmurillo 175ff77
docs: document why residual string checks are acceptable optimizations
rjmurillo 60634e6
refactor: eliminate duplicated event name extraction and unify switch…
rjmurillo 83549fb
fix(test): narrow IsRaisesMethodTests summary to match actual coverage
rjmurillo 7fb8ef3
refactor: simplify code in PR #1030
rjmurillo 5c5b109
refactor: inline pass-through methods in EventSyntaxExtensions
rjmurillo cc5fb64
perf: add fast-path name check in IsRaisesInvocation
rjmurillo afae7f1
refactor: simplify code in PR #1030
rjmurillo 2fc2256
fix: use XML doc tags for BCL type references in EventSyntaxExtensions
rjmurillo db79fa8
test: add comprehensive unit tests for IsTaskOrValueResultProperty an…
rjmurillo f3b3055
test: add unit tests for CreateEventDiagnostic method
rjmurillo b3e119d
test: add false-positive tests for user-defined Raises methods
rjmurillo 36939c2
test: add IsRaisesInvocation and Raises analyzer coverage
rjmurillo 493fc41
test: add comprehensive ValidateEventArgumentTypes integration tests
rjmurillo 0411d54
refactor: deduplicate code blocks in PR #1030
rjmurillo 8fa1f52
merge: resolve conflicts with main branch
rjmurillo 9075a13
fix: remove redundant null coalescing on non-nullable return value
rjmurillo ef85c31
refactor: eliminate DRY violations in event analyzer pair
rjmurillo 1e301b0
fix: update package snapshot files to include THIRD-PARTY-NOTICES.TXT
rjmurillo 63a7d0d
Merge remote-tracking branch 'origin/main' into fix/981-remove-string…
rjmurillo 4cafcc8
Merge branch 'main' into fix/981-remove-string-detection
rjmurillo df575ce
refactor: eliminate similar-code violations in source and tests
rjmurillo 6899351
fix: eliminate closure allocations, normalize delegate style, remove …
rjmurillo 4977c9c
fix: initialize static fields in static constructor (ECS1300)
rjmurillo 373a1e8
fix: suppress ECS1300 to resolve conflict with ECS1200
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
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.