-
Notifications
You must be signed in to change notification settings - Fork 9
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
Analyzer does not consistently process methods that take value types by reference #10
Comments
This is fixed now as well, basically the same fix as for ref return values was missing for ref parameters. FYI: |
Thanks again, and thanks for the warning! |
Version 0.7.4 with this fix has been published. |
Thanks again, and thanks for fixing the issue in CoreCLR! |
Off the heels of #9, I've found another quirk around values by reference, this time with parameters:
(Note that the
which
parameter is passed by reference now.)If you run the analyzer, none of the calls to
Select
are highlighted:Unlike last time, I did not observe any weirdness involving 32 vs 64 bit or commenting out the
Select2
call.The text was updated successfully, but these errors were encountered: