-
Notifications
You must be signed in to change notification settings - Fork 4
Moq1100 incorrectly firing on nullable parameters #187
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
rjmurillo
merged 20 commits into
main
from
bug/172-moq1100-incorrectly-firing-on-nullable-parameters
Aug 28, 2024
+196
−18
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
02a8426
Add test case for #172
rjmurillo 3161da3
Update detection logic to see if types are assignable rather than str…
rjmurillo da6de24
Refactor Analyzer to move bulk of parameter validation logic to new m…
rjmurillo dcd245d
Add additional repro cases for #172 (thanks @marcovr)
rjmurillo 3701b6f
Update Diagnostic to use factory method
rjmurillo f28f271
Update type conversion detection logic to ensure a conversion of some…
rjmurillo 8fcabe9
Add test case for #172
rjmurillo 57c394c
Update detection logic to see if types are assignable rather than str…
rjmurillo 1d53ee5
Refactor Analyzer to move bulk of parameter validation logic to new m…
rjmurillo 67576f9
Add additional repro cases for #172 (thanks @marcovr)
rjmurillo ebb52b5
Update Diagnostic to use factory method
rjmurillo 771794c
Update type conversion detection logic to ensure a conversion of some…
rjmurillo b9d53df
Improve comments about changes
rjmurillo eb7c722
Add support for user-defined implicit and explicit conversions
rjmurillo b4fde55
Update for merge conflicts
rjmurillo 8388a83
Fix static analysis warnings
rjmurillo d028e35
Update SquiggleCop baseline
rjmurillo d53201c
Refactor check for conversion logic to own method and update document…
rjmurillo 65e8beb
Add tests for different implicit and explicit conversion scenarios
rjmurillo 7b16be7
Update SquiggleCop baseline
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
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.