-
Notifications
You must be signed in to change notification settings - Fork 231
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
Update RSPEC #6899
Update RSPEC #6899
Conversation
eba0145
to
65df768
Compare
119d33f
to
ad802d1
Compare
This PR has been opened for three weeks. |
d1fa962
to
d6211d9
Compare
It is not merged yet, because we changed the description before the implementation. I want to make sure the description matches what we ship. |
257c126
to
0d93a63
Compare
analyzers/rspec/cs/S3900_c#.html
Outdated
|
||
public void Baz(MyOtherClass other) | ||
{ | ||
ArgumentNullException.ThrowIfNull(other); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We support this now. The test is in #7039 which didn't make it to master yet. We can keep the sample.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are merge conflicts. You need to re-run the rspec script to update the files.
e5aeaca
to
5314099
Compare
b827410
to
4d04db7
Compare
As we are about to release, you can run the script without specifying the rule id. This pulls all the changes for all rules and it is something we need to do anyhow before release. |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #2643