-
Notifications
You must be signed in to change notification settings - Fork 229
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
Improve S3655: Support C# 9 and C# 10 syntax #6794
Comments
The idea is, that nullable symbol will share constraints with it's value. So the nullable itself will have The rule will need a special handling for members like |
I would rather say that |
Yes, it's actually S2259 that needs special handling. And that one is extracted to #6840 |
New issues, documenting behaviors detected during peach validation:
|
Closed as completed. |
Improve precision and detection of S3655 by migrating it to the new SE engine. While keeping the old implementation for Roslyn v1.x and v2.x series.
PRs:
Sonar
directory toRoslyn
. Mark allNoncompliant
asFIXME Non-compliant
SymbolicExecutionRunner
, add test methodsShouldExecute
FIXME
annotations, close FP repro issues as fixed in this sprintThe text was updated successfully, but these errors were encountered: