-
Notifications
You must be signed in to change notification settings - Fork 7
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
Analyzers don't handle out of order named parameters #153
Comments
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
…r with operation API and SyntaxGenerator
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Dec 20, 2020
tpodolak
added a commit
that referenced
this issue
Mar 7, 2021
tpodolak
added a commit
that referenced
this issue
Mar 7, 2021
tpodolak
added a commit
that referenced
this issue
Mar 7, 2021
tpodolak
added a commit
that referenced
this issue
Mar 7, 2021
tpodolak
added a commit
that referenced
this issue
Mar 7, 2021
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Oct 2, 2022
tpodolak
added a commit
that referenced
this issue
Nov 17, 2022
…age-with-args Gh 153 - handle out of order parameters when analyzing NSubstitute usages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All analyzers dont handle correctly out of order named parameters. For instance, for following piece of code
NS1000 warning is reported as analyzer "think" that we want to setup
1
to returnsubstitute
In order to fix this, it is necessary to start inferring substituted member with either Operation API or SemanticModel
The text was updated successfully, but these errors were encountered: